@tempots/dom

Signal.is property

Checks if a value is a Signal.

Signature:

static readonly is: <O>(value: O | Signal<O>) => value is Signal<O>;