UNPKG

nextbus-graphql

Version:

A GraphQL interface to the NextBus XML Feed

12 lines (10 loc) 188 B
import * as agency from './agency'; import * as route from './route'; import * as stop from './stop'; import * as viewer from './viewer'; export { agency, route, stop, viewer, };