Skip to content

@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

ParameterTypeDescription
xunknownThe value to test.

Returns

x is Param<T>

True if the input is a Param, false otherwise.