UNPKG

@n3okill/utils

Version:
12 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUndefined = isUndefined; /** * Check if argument is Undefined * @param arg * @returns {boolean} */ function isUndefined(arg) { return typeof arg === "undefined"; } //# sourceMappingURL=isUndefined.js.map