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 baseRandom from './_baseRandom.js';
|
||||
import isIterateeCall from './_isIterateeCall.js';
|
||||
import baseRandom from './.internal/baseRandom.js';
|
||||
import isIterateeCall from './.internal/isIterateeCall.js';
|
||||
import toFinite from './toFinite.js';
|
||||
|
||||
/** Built-in method references without a dependency on `root`. */
|
||||
|
||||
Reference in New Issue
Block a user