Check whether a value is empty.
npm install -S @jswork/next-is-emptyimport '@jswork/next-is-empty';
nx.isEmpty({}) // true
nx.isEmpty('') // true
nx.isEmpty(true) // falseCode released under the MIT license.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check whether a value is empty.
npm install -S @jswork/next-is-emptyimport '@jswork/next-is-empty';
nx.isEmpty({}) // true
nx.isEmpty('') // true
nx.isEmpty(true) // falseCode released under the MIT license.