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