Const
Built-in named value mapper functions.
Each entry maps a string key to a transformation function. Pass the key as the mapper argument to mapValue instead of a custom function.
mapper
Currently available:
date_from_json
string | null
Date
Built-in named value mapper functions.
Each entry maps a string key to a transformation function. Pass the key as the
mapperargument to mapValue instead of a custom function.Currently available:
date_from_json— converts a JSON date string (string | null) to a JavaScriptDateobject (or passes through falsy values unchanged).