mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseFindKey from './_baseFindKey.js';
|
||||
import baseForOwn from './_baseForOwn.js';
|
||||
import baseFindKey from './.internal/baseFindKey.js';
|
||||
import baseForOwn from './.internal/baseForOwn.js';
|
||||
|
||||
/**
|
||||
* This method is like `find` except that it returns the key of the first
|
||||
|
||||
Reference in New Issue
Block a user