mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseRepeat from './_baseRepeat.js';
|
||||
import isIterateeCall from './_isIterateeCall.js';
|
||||
import baseRepeat from './.internal/baseRepeat.js';
|
||||
import isIterateeCall from './.internal/isIterateeCall.js';
|
||||
import toInteger from './toInteger.js';
|
||||
import toString from './toString.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user