1.0.5 • Published 10 years ago

underscore.isnumeric v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago

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

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago