sf-static/portfolio/node_modules/babel-runtime/helpers/selfGlobal.js
2023-02-28 19:21:07 +01:00

4 lines
No EOL
106 B
JavaScript

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