Returns a typed view of a map in the Key-Value Store, where keys and values are automatically converted to and from ArrayBuffer based on the given key and value converters.
ArrayBuffer
See the converters module for available converters.
converters
Either the map name in the Key-Value Store, or a KvMap object.
KvMap
The converter to use for map keys.
The converter to use for map values.
Returns a typed view of a map in the Key-Value Store, where keys and values are automatically converted to and from
ArrayBuffer
based on the given key and value converters.See the
converters
module for available converters.