UNPKG

@n3okill/utils

Version:
9 lines 193 B
/** * Check if argument is Undefined * @param arg * @returns {boolean} */ export function isUndefined(arg) { return typeof arg === "undefined"; } //# sourceMappingURL=isUndefined.js.map