mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
|
'use strict'
|
||
|
|
||
|
const parseRemark = (r) => {
|
||
|
return null // todo
|
||
|
}
|
||
|
|
||
|
module.exports = parseRemark
|