amis-rpc-design/node_modules/core-js/proposals/array-find-from-last.js
2023-10-07 19:42:30 +08: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');