@sqlrooms/mosaic / isParam
Function: isParam()
isParam<
T>(x):x is Param<T>
Test if a value is a Param instance.
Type Parameters
| Type Parameter |
|---|
T |
Parameters
| Parameter | Type | Description |
|---|---|---|
x | unknown | The value to test. |
Returns
x is Param<T>
True if the input is a Param, false otherwise.
