Deletes an entry by key from the map. Returns MaybePromise<unknown> to be compatible with ES Map.
Optional options: AbortOptionsGets a value by key from the map.
Optional options: AbortOptionsReturns whether a key exists in the map.
Optional options: AbortOptionsSets an entry in the map. Returns MaybePromise<unknown> to be compatible with ES Map.
Optional options: AbortOptionsGenerated using TypeDoc
A Map that may have async operations.