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

    Function isNotRecord

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

      Type Parameters

      • T

        The type of the value to check.

      Parameters

      • value: never

        The value to test.

      Returns value is never

      true if the value is not a record; otherwise, false.

      To be removed

      Use RecordCore.isNot instead

      v0.4.6