UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

5 lines (4 loc) 163 B
// `_some` : a collection's function // ----------------------------------- // The cornerstone, a `some` implementation, aka `any`. export {default} from './any';