source: trip-planner-front/node_modules/core-js/features/typed-array/index.js@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 530 bytes
Line 
1var parent = require('../../stable/typed-array');
2require('../../modules/es.map');
3require('../../modules/esnext.typed-array.at');
4// TODO: Remove from `core-js@4`
5require('../../modules/esnext.typed-array.filter-out');
6require('../../modules/esnext.typed-array.filter-reject');
7require('../../modules/esnext.typed-array.find-last');
8require('../../modules/esnext.typed-array.find-last-index');
9require('../../modules/esnext.typed-array.group-by');
10require('../../modules/esnext.typed-array.unique-by');
11
12module.exports = parent;
Note: See TracBrowser for help on using the repository browser.