projecte_ionic/node_modules/core-js/proposals/array-find-from-last.js
2022-02-09 18:30:03 +01:00

6 lines
266 B
JavaScript
Executable file

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