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

1 line
61 B
JavaScript
Raw Normal View History

2019-03-21 09:57:27 +01:00
export default typeof global === "undefined" ? self : global;