Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / node_modules / babel-runtime / helpers / selfGlobal.js
1 "use strict";
2
3 exports.__esModule = true;
4 exports.default = typeof global === "undefined" ? self : global;