@tempots/dom

Signal.at property

Returns a new Signal that emits the value at the specified key of the current value.

Signature:

readonly at: extends keyof T>(key: K) => Signal;