mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import copyArray from './.internal/copyArray.js';
|
||||
import isIndex from './.internal/isIndex.js';
|
||||
import copyArray from './copyArray.js';
|
||||
import isIndex from './isIndex.js';
|
||||
|
||||
/* Built-in method references for those with the same name as other `lodash` methods. */
|
||||
const nativeMin = Math.min;
|
||||
|
||||
Reference in New Issue
Block a user