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