is-undefined.js 76 Bytes edit raw blame history 1 2 3 export default function isUndefined(input) { return input === void 0; }