@jswork/next-is-empty
v1.0.0
Published
Check whether a value is empty.
Downloads
6
Maintainers
Readme
next-is-empty
Check whether a value is empty.
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.