json-joy
    Preparing search index...

    Type Alias map<R>

    map: nodes.obj<Record<string, R>, Record<string, R>>

    A type alias for obj. It creates a "map" node schema, which is an object where a key can be any string and the value is of the same type.

    Example:

    s.map<nodes.con<number>>
    

    Type Parameters