• Returns a typed view of a set in the Key-Value Store, where keys are automatically converted to and from ArrayBuffer based on the given key converter.

    See the converters module for available converters.

    Type Parameters

    • K
    • V

    Parameters

    • nameOrMap: string | KvMap

      Either the map name in the Key-Value Store, or a KvMap object.

    • kt: DataConverter<K>

      The converter to use for map keys.

    Returns TypedKvSet<K>