PromoCursed/node_modules/core-js/proposals/array-find-from-last.js
2024-08-20 23:25:37 +04:00

7 lines
280 B
JavaScript

'use strict';
// https://github.com/tc39/proposal-array-find-from-last/
require('../modules/esnext.array.find-last');
require('../modules/esnext.array.find-last-index');
require('../modules/esnext.typed-array.find-last');
require('../modules/esnext.typed-array.find-last-index');