UNPKG

carthorse

Version:

A geospatial trail data processing pipeline for building 3D trail databases with elevation data

9 lines 348 B
/** * Type-safe tuple validation for arrays of numbers. */ export declare function isValidNumberTuple(arr: (number | undefined)[], length: number): arr is [number, number, number]; /** * Simple hash function for strings (length + first/last chars). */ export declare function hashString(str: string): string; //# sourceMappingURL=index.d.ts.map