Files
lodash/lodash.ceil
John-David Dalton aeaf01ac0a Bump to v3.10.0.
2018-02-03 19:13:34 -08:00
..
2018-02-03 19:13:34 -08:00
2018-02-03 19:13:34 -08:00
2018-02-03 19:13:34 -08:00
2018-02-03 19:13:34 -08:00

lodash.ceil v3.10.0

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

Installation

Using npm:

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

In Node.js/io.js:

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

See the documentation or package source for more details.