UNPKG

trento-parking

Version:

A TypeScript library providing easy access to parking and bike slot availability, location, and details in Trento, Italy. Fetches data from the official Comune di Trento parking services.

7 lines (5 loc) 86 B
interface Distance { id: number; meters: number; } export type { Distance };