iwmlib/3rdparty/systemjs/babel-helpers/selfGlobal.js
2019-03-21 09:57:27 +01:00

1 line
61 B
JavaScript
Executable File

export default typeof global === "undefined" ? self : global;