Interface MaybeAsyncReadonlySet<T>

A readonly Set that may have async operations.

interface MaybeAsyncReadonlySet {
    has(value, options?): MaybePromise<boolean>;
}

Type Parameters

  • T

Hierarchy

Implemented by

    Methods

    Methods

    Generated using TypeDoc