UNPKG

node-geocoder

Version:

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

10 lines (9 loc) 291 B
export = FetchAdapter; declare class FetchAdapter { constructor(options?: {}); fetch: any; options: {}; supportsHttps(): boolean; get(url: any, params: any, callback: any, fullResponse?: boolean): any; post(url: any, params: any, options: any, callback: any): any; }