KeyedContainer Namespace

    Package: @esfx/collection-core

    Functions

    hasInstance(value)

    Tests whether a value supports the minimal representation of a KeyedContainer.

    Declaration
    function hasInstance(value: unknown): value is KeyedContainer<unknown, unknown>;
    Parameters
    value
    unknown

    Returns
    value is KeyedContainer<unknown, unknown>

    Variables

    _delete

    A well-known symbol used to define the KeyedContainer#[KeyedContainer.delete] method.

    Declaration
    _delete: unique symbol

    name

    Declaration
    name = "KeyedContainer"

    set

    A well-known symbol used to define the KeyedContainer#[KeyedContainer.set] method.

    Declaration
    set: unique symbol
    Generated by DocFX