@tempots/dom > Signal > is
Checks if a value is a Signal.
Signature:
static readonly is: <O>(value: O | Signal<O>) => value is Signal<O>;