aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es6/weak-map.js
blob: 655866c2d49cdf54e2dfd22b6f5bb803e7d435ad (plain)
1
2
3
4
require('../modules/es6.object.to-string');
require('../modules/es6.array.iterator');
require('../modules/es6.weak-map');
module.exports = require('../modules/_core').WeakMap;