1.0.2 • Published 5 years ago

empty-php-js v1.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

empty php js - empty() like in php, but in js

Just install empty-php-js from NPM:

npm i empty-php-js

Require it in your JavaScript project with name "empty":

const empty = require('empty-php-js');

And use it:

if(empty('') || empty({})){
//...
}

empty-php-js @NPM:

https://www.npmjs.com/package/empty-php-js