UNPKG

here-maps-type-guards

Version:

A guarded version of the TypeScript type definitions for HERE Maps.

9 lines 282 B
import { THereMaps, THereMapsGeo, THereMapsMap, THereMapsMath, THereMapsUtil } from '../types'; export interface IHereMaps { geo: THereMapsGeo; Map: THereMaps; map: THereMapsMap; math: THereMapsMath; util: THereMapsUtil; } //# sourceMappingURL=here-maps.d.ts.map