1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +02:00
Files
minifyfromhtml/node_modules/babel-runtime/helpers/selfGlobal.js
2018-05-05 13:54:07 +02:00

4 lines
106 B
JavaScript

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