Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const station = (id) => {
if ('string' === typeof id && id.length !== 7) id = to9Digit(id)
return stringify.station(id)
}