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,7 +1,7 @@
|
||||
import eq from './eq.js';
|
||||
import isArrayLike from './isArrayLike.js';
|
||||
import isIndex from './.internal/isIndex.js';
|
||||
import isObject from './isObject.js';
|
||||
import eq from '../eq.js';
|
||||
import isArrayLike from '../isArrayLike.js';
|
||||
import isIndex from './isIndex.js';
|
||||
import isObject from '../isObject.js';
|
||||
|
||||
/**
|
||||
* Checks if the given arguments are from an iteratee call.
|
||||
|
||||
Reference in New Issue
Block a user