mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
'use strict'
|
||
|
|
||
|
const formatStation = id => ({type: 'S', lid: 'L=' + id})
|
||
|
|
||
|
module.exports = formatStation
|