UNPKG

gtfs-realtime

Version:
11 lines (8 loc) 203 B
interface IArgs { url: string; header?: string[]; output?: string; silent?: boolean; } declare const gtfsRealtime: (config: IArgs) => Promise<void>; export { gtfsRealtime as default };