core-utils
    Preparing search index...
    • Type guard that checks if a value is a non-null, non-array object (e.g. {}, Date, Map, a class instance) — narrowed to Record<string, unknown> for keyed property access.

      Parameters

      • value: unknown

        The value to check

      Returns value is Record<string, unknown>

      True if the value is a record, false otherwise