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

1 line
61 B
JavaScript
Raw Normal View History

2019-04-05 10:09:27 +02:00
export default typeof global === "undefined" ? self : global;