UNPKG

traceur

Version:
21 lines (20 loc) 554 B
"use strict"; (function(global) { 'use strict'; if (global.$traceurRuntime) { return; } function setupGlobals(global) { global.Reflect = global.Reflect || {}; global.Reflect.global = global.Reflect.global || global; } setupGlobals(global); var typeOf = function(x) { return typeof x; }; global.$traceurRuntime = { options: {}, setupGlobals: setupGlobals, typeof: typeOf }; })(typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : (void 0));