selfGlobal.js 106 Bytes Raw Blame History Permalink 1 2 3 4 "use strict"; exports.__esModule = true; exports.default = typeof global === "undefined" ? self : global;