Files
lodash/lodash.clamp/README.md
John-David Dalton 0152377457 Bump to v4.0.3.
2018-02-03 19:13:38 -08:00

19 lines
446 B
Markdown

# lodash.clamp v4.0.3
The [lodash](https://lodash.com/) method `_.clamp` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.clamp
```
In Node.js:
```js
var clamp = require('lodash.clamp');
```
See the [documentation](https://lodash.com/docs#clamp) or [package source](https://github.com/lodash/lodash/blob/4.0.3-npm-packages/lodash.clamp) for more details.