weak-map.js 134 B

123
  1. require('../modules/es7.weak-map.of');
  2. require('../modules/es7.weak-map.from');
  3. module.exports = require('../modules/_core').WeakMap;