mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import arrayMap from './_arrayMap.js';
|
||||
import basePickBy from './_basePickBy.js';
|
||||
import getAllKeysIn from './_getAllKeysIn.js';
|
||||
import arrayMap from './.internal/arrayMap.js';
|
||||
import basePickBy from './.internal/basePickBy.js';
|
||||
import getAllKeysIn from './.internal/getAllKeysIn.js';
|
||||
|
||||
/**
|
||||
* Creates an object composed of the `object` properties `predicate` returns
|
||||
|
||||
Reference in New Issue
Block a user