Adds an isNumeric method to the UnderscoreJS library based on the jQuery.isNumeric implementation.
npm install --save underscore.isnumeric
require('underscore.isnumeric');
_.isNumeric(valueToCheck);
npm test
Will attempt to use Lodash if possible, then UnderscoreJS if Lodash is unavailable.