mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Move internal modules to “internal” folder.
This commit is contained in:
6
some.js
6
some.js
@@ -1,6 +1,6 @@
|
||||
import arraySome from './_arraySome.js';
|
||||
import baseSome from './_baseSome.js';
|
||||
import isIterateeCall from './_isIterateeCall.js';
|
||||
import arraySome from './.internal/arraySome.js';
|
||||
import baseSome from './.internal/baseSome.js';
|
||||
import isIterateeCall from './.internal/isIterateeCall.js';
|
||||
|
||||
/**
|
||||
* Checks if `predicate` returns truthy for **any** element of `collection`.
|
||||
|
||||
Reference in New Issue
Block a user