db-vendo-client/stringify/station.js
2017-11-12 00:46:32 +01:00

5 lines
110 B
JavaScript

'use strict'
const stringifyStation = id => ({type: 'S', lid: 'L=' + id})
module.exports = stringifyStation