@alanscodelog/utils
    Preparing search index...

    Function isPlainObject

    • Returns true if value is a plain object (and not null or an array). Unlike isObject this will return false if the value is a class instance or something like Map, Set, etc.

      Type Parameters

      • T extends Record<string, any>

      Parameters

      • value: any

      Returns value is T