EVOLUTION-MANAGER
Edit File: is-undefined.js
export default function isUndefined(input) { return input === void 0; }