immutable-plugin-system - v0.3.0
    Preparing search index...

    Function isEntitiesRecord

    • Predicate that checks whether a value is an ImmutableEntitiesRecord. Value must be a plain object where each own property value is a valid inner entity record.

      Parameters

      • value: unknown

      Returns value is Readonly<Record<PropertyKey, Readonly<Record<string | symbol, {}>>>>