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);
|