mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
6 lines
187 B
JavaScript
6 lines
187 B
JavaScript
if (typeof module == 'object' && module.exports && typeof exports == 'object')
|
|
module.exports = System;
|
|
|
|
__global.System = System;
|
|
|
|
})(typeof self != 'undefined' ? self : global); |