UNPKG

gtfs-stream

Version:

Streaming GTFS and GTFS-RT parser for node

7 lines (6 loc) 166 B
import plain from './plain'; import rt from './rt'; import enhanced from './enhanced'; export { plain, rt, enhanced }; export * from './types'; export default plain;