Files
automatic-dispose/node_modules/babel-runtime/helpers/selfGlobal.js
2018-11-24 14:43:59 +01:00

4 lines
106 B
JavaScript

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