Test whether value is a plain object.
$ npm install isplainobjectimport isPlainObject from 'isplainobject';
isPlainObject({});
// => true
isPlainObject(Object.create(null));
// => true
isPlainObject(new Function());
// => false$ npm test| Name | Name | Last commit date | ||
|---|---|---|---|---|
Test whether value is a plain object.
$ npm install isplainobjectimport isPlainObject from 'isplainobject';
isPlainObject({});
// => true
isPlainObject(Object.create(null));
// => true
isPlainObject(new Function());
// => false$ npm test