source: trip-planner-front/node_modules/core-js/features/weak-map/index.js

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 391 bytes
Line 
1var parent = require('../../es/weak-map');
2require('../../modules/es.string.iterator');
3require('../../modules/esnext.weak-map.emplace');
4require('../../modules/esnext.weak-map.from');
5require('../../modules/esnext.weak-map.of');
6require('../../modules/esnext.weak-map.delete-all');
7// TODO: remove from `core-js@4`
8require('../../modules/esnext.weak-map.upsert');
9
10module.exports = parent;
Note: See TracBrowser for help on using the repository browser.