tguard-js
    Preparing search index...

    Function isRecord

    • Determines whether the provided value is a plain object.

      Parameters

      • o: unknown

        The value to be checked.

      Returns o is Record<PropertyKey, unknown>

      true if the value is a plain object, otherwise false.

      This function is an alias for isPlainObject.

      1.0