source: trip-planner-front/node_modules/core-js/web/index.js@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 398 bytes
Line 
1require('../modules/web.dom-collections.for-each');
2require('../modules/web.dom-collections.iterator');
3require('../modules/web.immediate');
4require('../modules/web.queue-microtask');
5require('../modules/web.timers');
6require('../modules/web.url');
7require('../modules/web.url.to-json');
8require('../modules/web.url-search-params');
9var path = require('../internals/path');
10
11module.exports = path;
Note: See TracBrowser for help on using the repository browser.