freezer/buildfiles/node_modules/core-js/proposals/relative-indexing-method.js
2022-09-30 05:39:11 +00:00

6 lines
275 B
JavaScript

// 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');