selfGlobal.js 106 B

1234
  1. "use strict";
  2. exports.__esModule = true;
  3. exports.default = typeof global === "undefined" ? self : global;