@kidscannon/not-empty
v0.0.2
Published
ensure not null | undefined
Downloads
1
Readme
@kidscannon/not-empty
Install
$ npm i @kidscannon/not-empty
Usage
[0, 1, '', 'a', undefined, void 0, null, [], {}].filter(notEmpty)
# => [0, 1, '', 'a', [], {}]