wallet-core/thirdparty/systemjs/test/tests/empty-es6.js

3 lines
97 B
JavaScript

(function(global) {
global.emptyES6 = true;
})(typeof window == 'undefined' ? global : window);