A isPlainObject implement.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
bash
npm install -S @feizheng/next-is-plain-object
`usage
`js
import '@feizheng/next-is-plain-object';const v1 = { name: 'fei' };
nx.isPlainObject(v1); //true
``[version-image]: https://img.shields.io/npm/v/@feizheng/next-is-plain-object
[version-url]: https://npmjs.org/package/@feizheng/next-is-plain-object
[license-image]: https://img.shields.io/npm/l/@feizheng/next-is-plain-object
[license-url]: https://github.com/afeiship/next-is-plain-object/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@feizheng/next-is-plain-object
[size-url]: https://github.com/afeiship/next-is-plain-object/blob/master/dist/next-is-plain-object.min.js
[download-image]: https://img.shields.io/npm/dm/@feizheng/next-is-plain-object
[download-url]: https://www.npmjs.com/package/@feizheng/next-is-plain-object