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:
4
chunk.js
4
chunk.js
@@ -1,5 +1,5 @@
|
||||
import baseSlice from './_baseSlice.js';
|
||||
import isIterateeCall from './_isIterateeCall.js';
|
||||
import baseSlice from './.internal/baseSlice.js';
|
||||
import isIterateeCall from './.internal/isIterateeCall.js';
|
||||
import toInteger from './toInteger.js';
|
||||
|
||||
/* Built-in method references for those with the same name as other `lodash` methods. */
|
||||
|
||||
Reference in New Issue
Block a user