first
This commit is contained in:
6
node_modules/core-js/proposals/array-find-from-last.js
generated
vendored
Normal file
6
node_modules/core-js/proposals/array-find-from-last.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
'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');
|
Reference in New Issue
Block a user