mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
'use strict'
|
|
|
|
const createParseArrOrDep = require('./arrival-or-departure')
|
|
|
|
const ARRIVAL = 'a'
|
|
const parseArrival = createParseArrOrDep(ARRIVAL)
|
|
|
|
module.exports = parseArrival
|