mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import castPath from './_castPath.js';
|
||||
import castPath from './.internal/castPath.js';
|
||||
import isFunction from './isFunction.js';
|
||||
import toKey from './_toKey.js';
|
||||
import toKey from './.internal/toKey.js';
|
||||
|
||||
/**
|
||||
* This method is like `get` except that if the resolved value is a
|
||||
|
||||
Reference in New Issue
Block a user