map.js 159 B

1234
  1. require('../modules/es7.map.to-json');
  2. require('../modules/es7.map.of');
  3. require('../modules/es7.map.from');
  4. module.exports = require('../modules/_core').Map;