iwmlib/lib/3rdparty/systemjs/babel-helpers/selfGlobal.js

1 line
61 B
JavaScript

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