UNPKG

graphhopper

Version:

A complete TypeScript client for the GraphHopper API, including Routing, Isochrone, Matrix, Map Matching, Optimization, and Geocoding modules.

9 lines (8 loc) 282 B
export declare class Util { clone<T extends object>(obj: T): T; decodePath(encoded: string, is3D: boolean): number[][]; extractError(res: any, url: string): Error; isArray(value: any): boolean; isObject(value: any): boolean; isString(value: any): boolean; }