An open API service indexing awesome lists of open source software.

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.

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