UNPKG

iter-tools-es

Version:
5 lines (4 loc) 109 B
function notUndefined(value) { return typeof value !== 'undefined'; } exports.notUndefined = notUndefined;