UNPKG

browserstack-local

Version:
2 lines (1 loc) 104 B
module.exports.isUndefined = value => (value === undefined || value === null || value === 'undefined');