UNPKG

commencer

Version:

Easy-to-use authentication integration template for beginners

9 lines 171 B
function isEmptyStr(str:string|undefined|null):boolean{ if(["",undefined,null].includes(str)){ return true } return false; } export { isEmptyStr, }