UNPKG

67 BJavaScriptView Raw
1const isUndefined = (x) => x === void 0;
2export {
3 isUndefined
4};