diff options
Diffstat (limited to 'node_modules/core-js/modules/es7.map.to-json.js')
-rw-r--r-- | node_modules/core-js/modules/es7.map.to-json.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/core-js/modules/es7.map.to-json.js b/node_modules/core-js/modules/es7.map.to-json.js deleted file mode 100644 index 95a3569fa..000000000 --- a/node_modules/core-js/modules/es7.map.to-json.js +++ /dev/null @@ -1,4 +0,0 @@ -// https://github.com/DavidBruant/Map-Set.prototype.toJSON -var $export = require('./_export'); - -$export($export.P + $export.R, 'Map', { toJSON: require('./_collection-to-json')('Map') }); |