mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import ListCache from './.internal/ListCache.js';
|
||||
import MapCache from './.internal/MapCache.js';
|
||||
import ListCache from './ListCache.js';
|
||||
import MapCache from './MapCache.js';
|
||||
|
||||
/** Used as the size to enable large array optimizations. */
|
||||
const LARGE_ARRAY_SIZE = 200;
|
||||
|
||||
Reference in New Issue
Block a user