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 arrayPush from './_arrayPush.js';
|
||||
import baseFlatten from './_baseFlatten.js';
|
||||
import copyArray from './_copyArray.js';
|
||||
import arrayPush from './.internal/arrayPush.js';
|
||||
import baseFlatten from './.internal/baseFlatten.js';
|
||||
import copyArray from './.internal/copyArray.js';
|
||||
|
||||
/**
|
||||
* Creates a new array concatenating `array` with any additional arrays
|
||||
|
||||
Reference in New Issue
Block a user