@metreeca/qest - v0.9.2
    Preparing search index...

    Function isIndexed

    • Checks if a value is an Indexed.

      Type Parameters

      • T

        The expected type of values in the container

      Parameters

      • value: unknown

        The value to check

      • is: (value: unknown) => value is T

        Type guard for validating container values

      Returns value is { readonly [key: string]: T }

      True if the value is a plain object with identifier keys and values satisfying the type guard