Files
Job_App/node_modules/core-js-pure/proposals/array-find-from-last.js
2025-03-28 12:30:19 +11: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');