is-undefined.js 76 Bytes Raw Blame History Permalink 1 2 3 export default function isUndefined(input) { return input === void 0; }