empty-php-js
v1.0.2
Published
empty js function like empty() in php
Maintainers
Readme
empty php js - empty() like in php, but in js
Just install empty-php-js from NPM:
npm i empty-php-jsRequire 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
