Documentation / @ripl/core / interpolateNumber / test
Variable: test
test: ((
value) =>boolean) |undefined
Defined in: packages/core/src/interpolators/number.ts:16
Reports whether this factory can interpolate the given value (numbers only).
Union Members
Function
(value) => boolean
Tests whether this factory can interpolate the given value.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
boolean
undefined