HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/libtap/lib/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/libtap/lib/esc.js
// turn \ into \\ and # into \#, for stringifying back to TAP
module.exports = str => str.replace(/\\/g, '\\\\').replace(/#/g, '\\#')