@yookue/ts-lang-utils
    Preparing search index...

    Function isPlain

    • Returns whether the given object is a plain object

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is a plain object

      David Hsing

      isPlain(undefined);    // false
      isPlain({foo: 'bar'}); // true