UNPKG

@jrc03c/js-math-tools

Version:
6 lines (4 loc) 100 B
function isUndefined(x) { return x === null || typeof x === "undefined" } export { isUndefined }