diff options
Diffstat (limited to 'node_modules/core-js/proposals/global-this.js')
| -rw-r--r-- | node_modules/core-js/proposals/global-this.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/proposals/global-this.js b/node_modules/core-js/proposals/global-this.js new file mode 100644 index 0000000..4cb0f5c --- /dev/null +++ b/node_modules/core-js/proposals/global-this.js @@ -0,0 +1,4 @@ +require('../modules/esnext.global-this'); +var global = require('../internals/global'); + +module.exports = global; |
