Adds an entry to the set. Returns MaybePromise<unknown>
to be compatible with ES Set.
Optional
options: AbortOptionsDeletes an entry from the set. Returns MaybePromise<unknown>
to be compatible with ES Set.
Optional
options: AbortOptionsReturns whether a value exists in the set.
Optional
options: AbortOptionsGenerated using TypeDoc
A Set that may have async operations.