Libraries
    Preparing search index...

    Variable MAPPERSConst

    MAPPERS: Record<string, (value: any) => any> = ...

    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.

    Currently available:

    • date_from_json — converts a JSON date string (string | null) to a JavaScript Date object (or passes through falsy values unchanged).