UNPKG

gtfs-stream

Version:

Streaming GTFS and GTFS-RT parser for node

7 lines (6 loc) 170 B
import { Transform } from 'stream'; interface PlainOptions { raw?: boolean; } declare const _default: ({ raw }?: PlainOptions) => Transform; export default _default;