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