Underlying map.
The codec to convert keys to map entries.
Readonly
[rangeProtected
Readonly
codecThe codec to convert keys to map entries.
Readonly
mapUnderlying map.
Adds an entry to the set. Returns MaybePromise<unknown>
to be compatible with ES Set.
Optional
options: AbortOptionsAdds the values with given keys to the set.
Optional
options: AbortOptionsDeletes an entry from the set. Returns MaybePromise<unknown>
to be compatible with ES Set.
Optional
options: AbortOptionsDeletes the values with given keys.
Optional
options: AbortOptionsReturns whether a value exists in the set.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsAdds or deletes given list of keys.
Optional
options: AbortOptionsGenerated using TypeDoc
A set that stores data in a MaybeAsyncMap.