UNPKG

traffic-traversal

Version:

Calculate the weights between each vertex node and help you find the fastest route.

4 lines (3 loc) 172 B
export declare function deepCopy<T>(obj: T): T; export declare function copy<T>(obj: T): T; export declare function hasOwnProperty(obj: object, property: string): boolean;