Sha256: b2a1a34d5572fcffb53747203f833772537c4b74ec8fd205492c37c6a60900fa
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
# lodash.omit v3.1.0 The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.omit` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.omit ``` In Node.js/io.js: ```js var omit = require('lodash.omit'); ``` See the [documentation](https://lodash.com/docs#omit) or [package source](https://github.com/lodash/lodash/blob/3.1.0-npm-packages/lodash.omit) for more details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eslint_node_modules-1.6.0.1 | vendor/node_modules/eslint/node_modules/lodash.omit/README.md |
eslint_node_modules-1.6.0 | vendor/node_modules/eslint/node_modules/lodash.omit/README.md |