UNPKG

w-web-api

Version:
10 lines (7 loc) 158 B
function filePathToCode(c) { if (c.indexOf('\\\\') >= 0) { return '```' + c + '```' } return c } export default filePathToCode