UNPKG

create-js-app-scripts

Version:
10 lines (9 loc) 243 B
if (typeof window !== "undefined") { module.exports = window; } else if (typeof global !== "undefined") { module.exports = global; } else if (typeof self !== "undefined"){ module.exports = self; } else { module.exports = {}; }