@ac-essentials/misc-util
    Preparing search index...

    Function isPojo

    • Check if a value is a Plain Old Javascript Object (POJO). i.e. an object created by the {} literal, new Object(), or Object.create(null).

      Parameters

      • value: unknown

        The value to check

      Returns value is Record<string, unknown>

      True if the value is a POJO