diff options
Diffstat (limited to 'node_modules/core-js/es6/symbol.js')
-rw-r--r-- | node_modules/core-js/es6/symbol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/core-js/es6/symbol.js b/node_modules/core-js/es6/symbol.js index e578e3af3..543ca6fc2 100644 --- a/node_modules/core-js/es6/symbol.js +++ b/node_modules/core-js/es6/symbol.js @@ -1,3 +1,3 @@ require('../modules/es6.symbol'); require('../modules/es6.object.to-string'); -module.exports = require('../modules/_core').Symbol;
\ No newline at end of file +module.exports = require('../modules/_core').Symbol; |