pdfdraw/server/node_modules/lodash.isinteger
szaimen e33f27b5a4 also commit the npm_modules and package-lock.json
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-04 12:25:14 +01:00
..
index.js also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
LICENSE also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
package.json also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00
README.md also commit the npm_modules and package-lock.json 2021-03-04 12:25:14 +01:00

lodash.isinteger v4.0.4

The lodash method _.isInteger exported as a Node.js module.

Installation

Using npm:

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

In Node.js:

var isInteger = require('lodash.isinteger');

See the documentation or package source for more details.