is-filled

1.0.4 • Public • Published

is-filled

checks if all variables are defined, not null, not empty etc.

usage:

  1. npm install --save is-filled

var ANY_NAME_WANT = require('is-filled');

ANY_NAME_WANT.is([val1, val2, val3, val4]);

//returns true if all values are defined, false if not

Readme

Keywords

none

Package Sidebar

Install

npm i is-filled

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • jackdaw