Files
add-and-commit/node_modules/babel-runtime/helpers/selfGlobal.js
Federico Grandi a88246a48b Commit modules
2019-12-14 23:17:51 +01:00

4 lines
106 B
JavaScript

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