UNPKG

node-geocoder

Version:

Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise

11 lines (10 loc) 194 B
'use strict'; /** * Helper object */ var Helper = { isString: function (testVar) { return typeof testVar === 'string' || testVar instanceof String; } }; module.exports = Helper;