'use strict'

const formatStation = id => ({type: 'S', lid: 'L=' + id})

module.exports = formatStation