underscore.isnumeric

1.0.5 • Public • Published

Underscore isNumeric

Adds an isNumeric method to the UnderscoreJS library based on the jQuery.isNumeric implementation.

Install

npm install --save underscore.isnumeric

Usage

require('underscore.isnumeric');
_.isNumeric(valueToCheck);

Running Tests

npm test

Lodash

Will attempt to use Lodash if possible, then UnderscoreJS if Lodash is unavailable.

License

ISC

/underscore.isnumeric/

    Package Sidebar

    Install

    npm i underscore.isnumeric

    Weekly Downloads

    1

    Version

    1.0.5

    License

    ISC

    Last publish

    Collaborators

    • hemston