1.0.5 • Published 10 years ago
underscore.isnumeric v1.0.5
Underscore isNumeric
Adds an isNumeric method to the UnderscoreJS library based on the jQuery.isNumeric implementation.
Install
npm install --save underscore.isnumericUsage
require('underscore.isnumeric');
_.isNumeric(valueToCheck);Running Tests
npm test
Lodash
Will attempt to use Lodash if possible, then UnderscoreJS if Lodash is unavailable.