An append-only Set that may have async operations.
Adds an entry to the set. Returns MaybePromise<unknown> to be compatible with ES Set.
MaybePromise<unknown>
Optional
Returns whether a value exists in the set.
Generated using TypeDoc
An append-only Set that may have async operations.