UNPKG

indeed-jobs-api

Version:

node.js library for indeed jobs search api

9 lines (7 loc) 167 B
var Util = function(){ this.isNumeric = function(value) { return !isNaN(parseFloat(value)) && isFinite(value); }; }; module.exports = new Util();