File "is-undefined.js"
Full Path: /home/cananyalcin/public_html/vendors/moment/src/lib/utils/is-undefined.js
File size: 76 bytes
MIME-type: text/plain
Charset: utf-8
export default function isUndefined(input) {
return input === void 0;
}