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,5 +1,5 @@
|
||||
import baseEach from './.internal/baseEach.js';
|
||||
import isArrayLike from './isArrayLike.js';
|
||||
import baseEach from './baseEach.js';
|
||||
import isArrayLike from '../isArrayLike.js';
|
||||
|
||||
/**
|
||||
* The base implementation of `map`.
|
||||
|
||||
Reference in New Issue
Block a user