@tempots/dom > Signal > at
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;