mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Update module paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseUnset from './.internal/baseUnset.js';
|
||||
import isIndex from './.internal/isIndex.js';
|
||||
import baseUnset from './baseUnset.js';
|
||||
import isIndex from './isIndex.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
const splice = Array.prototype.splice;
|
||||
|
||||
Reference in New Issue
Block a user