ReadonlyKeyedContainer Namespace

    Package: @esfx/collection-core

    Functions

    hasInstance(value)

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

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

    Returns
    value is ReadonlyKeyedContainer<unknown, unknown>

    Variables

    get

    A well-known symbol used to define the ReadonlyKeyedContainer#[ReadonlyKeyedContainer.get] method.

    Declaration
    get: unique symbol

    has

    A well-known symbol used to define the ReadonlyKeyedContainer#[ReadonlyKeyedContainer.has] method.

    Declaration
    has: unique symbol

    name

    Declaration
    name = "ReadonlyKeyedContainer"
    Generated by DocFX