@luolapeikko/ts-common
    Preparing search index...

    Function isRecord

    • Type guard that checks if a value is a record (i.e., an object with property keys).

      Parameters

      • value: unknown

        The value to check.

      Returns value is Record<PropertyKey, unknown>

      True if the value is a non-null object and not an array; otherwise, false.

      Use RecordCore.is instead

      v0.4.6