@tempots/dom

Prop.is property

Checks if a value is a Prop.

Signature:

static is: <T_1>(value: T_1 | Prop<T_1> | Signal<T_1> | Computed<T_1>) => value is Prop<T_1>;