zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
111 Bytes
export default function(node) {
// convert `\\` to `/`
node.value = node.value.replace(/\\/g, '/');
};