monkey01127 / npmTestPublish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stringJudgement

判断一个字符串是否为null, 或空字符串,或undefined

install

npm install -g string-is-null-empty-undefined

github

usage

const stringJudgement = require('./index') console.log(stringJudgement.isNullOrEmptyOrUndefined(''))

About


Languages

Language:JavaScript 100.0%