1.0.5 • Published 9 years ago

underscore.isnumeric v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
9 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

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago