@jswork/next-is-empty

1.0.0 • Public • Published

next-is-empty

Check whether a value is empty.

version license size download

installation

npm install -S @jswork/next-is-empty

usage

import '@jswork/next-is-empty';

nx.isEmpty({})  // true
nx.isEmpty('')  // true
nx.isEmpty(true)  // false

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/next-is-empty

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

5.91 kB

Total Files

5

Last publish

Collaborators

  • afeiship