UNPKG

hafas-client

Version:
14 lines (12 loc) 209 B
const formatStopReq = (ctx, stopRef) => { return { // todo: there's also `StationDetails`, are there differences? meth: 'LocDetails', req: { locL: [stopRef], }, }; }; export { formatStopReq, };