spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

lodash.some


The lodash method `_.some` exported as a module.

spm install lodash.some
Versions 4.3.0, 3.2.3
Updated 9 years ago
Keywords lodash-modularized, some
Homepage https://lodash.com/
Repository git+https://github.com/lodash/lodash.git
Dependencies lodash._baseeach, lodash._baseiteratee
Dependents react-data-components
Main index.js
Owner

lodash.some v4.3.0

The lodash method _.some exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.some

In Node.js:

var some = require('lodash.some');

See the documentation or package source for more details.