UNPKG

140 BJavaScriptView Raw
1var isUndefined = function (value) {
2 return value === undefined;
3};
4export default isUndefined;
5//# sourceMappingURL=is-undefined.js.map
\No newline at end of file