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.

5 lines (4 loc) 192 B
export { Distance } from './distance.js'; export { OpeningHours } from './opening-hours.js'; export { ParkingData } from './parking-data.js'; export { ParkingType } from './parking-types.js';