@tempots/dom
Computed.is() method
Checks if a value is an instance of Computed
.
Signature:
static isunknown>(value: unknown): value is Computed;
Parameters
Parameter |
Type |
Description |
---|---|---|
value |
unknown |
The value to check. |
Returns: value is Computed
true
if the value is an instance of Computed
, false
otherwise.