UNPKG

gtfs-to-blocks

Version:

Generate CSV of transit departure times organized by block_id in GTFS.

6 lines 222 B
import { Config } from "gtfs"; //#region src/lib/gtfs-to-blocks.d.ts declare const gtfsToBlocks: (initialConfig: Config) => Promise<any>; //#endregion export { gtfsToBlocks as default }; //# sourceMappingURL=index.d.ts.map