UNPKG

@goparrot/geocoder

Version:

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

4 lines (3 loc) 227 B
import type { Constructor } from '../types'; import type { LoggableInterface } from './loggable.interface'; export declare function LoggableMixin<TBase extends Constructor>(Base: TBase): TBase & Constructor<LoggableInterface>;