UNPKG

iter-tools-es

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