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,5 +1,5 @@
|
||||
import arrayEvery from './_arrayEvery.js';
|
||||
import createOver from './_createOver.js';
|
||||
import arrayEvery from './.internal/arrayEvery.js';
|
||||
import createOver from './.internal/createOver.js';
|
||||
|
||||
/**
|
||||
* Creates a function that checks if **all** of the `predicates` return
|
||||
|
||||
Reference in New Issue
Block a user