Files
lodash/lodash.attempt/README.md
2018-02-03 19:13:29 -08:00

566 B
Raw Blame History

lodash.attempt v3.3.0

The modern build of lodashs _.attempt exported as a Node.js/io.js module.

Installation

Using npm:

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

In Node.js/io.js:

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

See the documentation or package source for more details.