db-vendo-client/parse/remark.js

8 lines
105 B
JavaScript
Raw Normal View History

2017-11-11 22:35:41 +01:00
'use strict'
2017-11-12 01:23:34 +01:00
const parseRemark = (profile, r) => {
2017-11-11 22:35:41 +01:00
return null // todo
}
module.exports = parseRemark