UNPKG

gwapo

Version:
6 lines (4 loc) 140 B
function isNullOrEmpty(input) { return (input === undefined || input === null || input === ''); } module.exports = isNullOrEmpty;