projecte_ionic/node_modules/core-js/proposals/relative-indexing-method.js
2022-02-09 18:30:03 +01:00

6 lines
275 B
JavaScript
Executable file

// https://github.com/tc39/proposal-relative-indexing-method
require('../modules/esnext.array.at');
// TODO: disabled by default because of the conflict with another proposal
// require('../modules/esnext.string.at-alternative');
require('../modules/esnext.typed-array.at');