@tempots/dom

Signal.derive property

Derives a new signal from the current signal. Useful to create a new signal that emits the same values as the current signal but can be disposed independently.

Signature:

readonly derive: () => Computed<T>;