项目作者: afeiship

项目描述 :
Check whether a value is empty.
高级语言: JavaScript
项目地址: git://github.com/afeiship/next-is-empty.git
创建时间: 2019-02-15T12:46:18Z
项目社区:https://github.com/afeiship/next-is-empty

开源协议:MIT License

下载


next-is-empty

Check whether a value is empty.

@jswork/next-is-empty"">version
license
size
@jswork/next-is-empty"">download

installation

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

usage

  1. import '@jswork/next-is-empty';
  2. nx.isEmpty({}) // true
  3. nx.isEmpty('') // true
  4. nx.isEmpty(true) // false

license

Code released under the MIT license.