4 lines
65 B

function toASCII(d) {
return d;
}
module.exports = { toASCII };