https://github.com/afeiship/next-is-plain-object
A isPlainObject implement.
https://github.com/afeiship/next-is-plain-object
is is-object is-plain-object next object plain
Last synced: about 2 months ago
JSON representation
A isPlainObject implement.
- Host: GitHub
- URL: https://github.com/afeiship/next-is-plain-object
- Owner: afeiship
- License: mit
- Created: 2019-01-11T06:47:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T13:26:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T08:08:36.303Z (5 months ago)
- Topics: is, is-object, is-plain-object, next, object, plain
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-is-plain-object
> A isPlainObject implement.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-is-plain-object
```## usage
```js
import '@jswork/next-is-plain-object';const v1 = { name: 'fei' };
nx.isPlainObject(v1); //true
```## license
Code released under [the MIT license](https://github.com/afeiship/next-is-plain-object/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-is-plain-object
[version-url]: https://npmjs.org/package/@jswork/next-is-plain-object[license-image]: https://img.shields.io/npm/l/@jswork/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/@jswork/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/@jswork/next-is-plain-object
[download-url]: https://www.npmjs.com/package/@jswork/next-is-plain-object