Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 353 Bytes

File metadata and controls

23 lines (17 loc) · 353 Bytes

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