UNPKG

kwikid-agent-dashboard

Version:

KwikID's EKYC Agent Map View Module.

4 lines (3 loc) 254 B
export declare const calculateDistance: (point1: any, point2: any) => number; export declare const nearestNeighborAlgorithm: (startingPoint: any, unvisitedPoints: any[]) => any[]; export declare const addressConcator: (data: any, config: any) => string;