mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
lodash.floor v3.10.3
The lodash method _.floor exported as a Node.js module.
Installation
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.floor
In Node.js:
var floor = require('lodash.floor');
See the documentation or package source for more details.