mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Update module paths.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import castPath from './.internal/castPath.js';
|
||||
import isArguments from './isArguments.js';
|
||||
import isIndex from './.internal/isIndex.js';
|
||||
import isLength from './isLength.js';
|
||||
import toKey from './.internal/toKey.js';
|
||||
import castPath from './castPath.js';
|
||||
import isArguments from '../isArguments.js';
|
||||
import isIndex from './isIndex.js';
|
||||
import isLength from '../isLength.js';
|
||||
import toKey from './toKey.js';
|
||||
|
||||
/**
|
||||
* Checks if `path` exists on `object`.
|
||||
|
||||
Reference in New Issue
Block a user