is-not-empty-array
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

isNotEmptyArray

helper to define is arg Array and has some values.

examples

isNotEmptyArray([]) // false
isNotEmptyArray({}) // false   
isNotEmptyArray([ "some value" ]) // ["some value"]

Package Sidebar

Install

npm i is-not-empty-array

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

2.2 kB

Total Files

6

Last publish

Collaborators

  • vad_p