Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[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;