@pengzhanbo/utils - v3.4.1
    Preparing search index...

    Function isPlainObject

    • Checks if the input is an object

      检查输入是否为对象

      Parameters

      • v: unknown

        The value to check. 要检查的值

      Returns v is Record<PropertyKey, unknown>

      True if the value is an object, false otherwise. 如果值为对象则返回true,否则返回false