@metreeca/blue - v0.9.1
    Preparing search index...

    Function isEntries

    • Checks whether a value is a valid Entries object.

      Validates that all keys are identifiers or bindings, and all values are valid entries.

      Parameters

      • value: unknown

        The value to check

      Returns value is { readonly [property: string]: Entry }

      true if value is an object with valid entry keys and values; false otherwise