UNPKG

here-maps-type-guards

Version:

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

14 lines (8 loc) 248 B
import { THereMaps, THereMapsGeo, THereMapsMap, THereMapsMath, THereMapsUtil } from '../types'; export interface IHereMaps { geo: THereMapsGeo; Map: THereMaps; map: THereMapsMap; math: THereMapsMath; util: THereMapsUtil; }