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