Repository URL to install this package:
|
Version:
0.0.13 ▾
|
/**
* @todo may want to throttle?
*/
declare function fetchGoogleGeoCode(zipCode: string): Promise<any>;
export { fetchGoogleGeoCode };