Documentation / @ripl/core / interpolateDate / test
Variable: test
test: ((
value) =>boolean) |undefined
Defined in: packages/core/src/interpolators/date.ts:25
Predicate that matches when the value is a Date instance.
Union Members
Function
(value) => boolean
Tests whether this factory can interpolate the given value.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
boolean
undefined