Type Alias: CastingDateFunction
type CastingDateFunction = (value, context) => Date;
Parameters
| Parameter | Type |
|---|---|
value |
string |
context |
CastingContext |
Returns
Date
type CastingDateFunction = (value, context) => Date;
| Parameter | Type |
|---|---|
value |
string |
context |
CastingContext |
Date