aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/global.js
blob: d77579c57e4d7bb8fe00bde2fbe222f71cb47654 (plain)
1
2
3
4
5
/* eslint strict: "off" */

module.exports = (function () {
	return this;
}());