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

    Function isRecord

    • Type guard that checks if a value is a record (To be removed).

      Parameters

      • value: never

        The value to check.

      Returns value is never

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

      To be removed

      Use RecordCore.is instead

      v0.4.6