1.0.5 • Published 8 years ago

underscore.isnumeric v1.0.5

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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago