https://github.com/afeiship/next-is-empty-object
Check if is emptyObject for next.
https://github.com/afeiship/next-is-empty-object
empty empty-object is next object
Last synced: 12 months ago
JSON representation
Check if is emptyObject for next.
- Host: GitHub
- URL: https://github.com/afeiship/next-is-empty-object
- Owner: afeiship
- License: mit
- Created: 2019-01-15T01:07:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T13:27:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-07T16:05:08.760Z (about 1 year ago)
- Topics: empty, empty-object, is, next, object
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-is-empty-object
> Check if is emptyObject for next.
[![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-empty-object
```
## usage
```js
import '@jswork/next-is-empty-object';
nx.isEmptyObject(null); // false
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-is-empty-object/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-is-empty-object
[version-url]: https://npmjs.org/package/@jswork/next-is-empty-object
[license-image]: https://img.shields.io/npm/l/@jswork/next-is-empty-object
[license-url]: https://github.com/afeiship/next-is-empty-object/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-is-empty-object
[size-url]: https://github.com/afeiship/next-is-empty-object/blob/master/dist/next-is-empty-object.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-is-empty-object
[download-url]: https://www.npmjs.com/package/@jswork/next-is-empty-object