UNPKG

gtfs-bods

Version:

A CLI tool for processing UK Bus Open Data Service (BODS) GTFS data - import, export, and query transit data with ease

6 lines (5 loc) 124 B
/** * Example usage of the GTFS query utilities */ declare function runExamples(): Promise<void>; export { runExamples };