UNPKG

@goparrot/geocoder

Version:

TypeScript GeoCoder, node geocoding library, supports google maps, mapquest, here, open street map, tom tom

8 lines (7 loc) 192 B
import type { LoggerInterface } from './logger.interface'; export declare class NullLogger implements LoggerInterface { debug(): any; info(): any; warn(): any; error(): any; }