mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import assignValue from './.internal/assignValue.js';
|
||||
import castPath from './.internal/castPath.js';
|
||||
import isIndex from './.internal/isIndex.js';
|
||||
import isObject from './isObject.js';
|
||||
import toKey from './.internal/toKey.js';
|
||||
import assignValue from './assignValue.js';
|
||||
import castPath from './castPath.js';
|
||||
import isIndex from './isIndex.js';
|
||||
import isObject from '../isObject.js';
|
||||
import toKey from './toKey.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `set`.
|
||||
|
||||
Reference in New Issue
Block a user