Type Alias MapSetOpts<V>

MapSetOpts<V>: MapMultiOpts<V> & {
    hash: ((value: V) => string);
}

Type Parameters

  • V