UNPKG

teeworlds-econ

Version:
12 lines (9 loc) 222 B
var escape; escape = function(input) { var string; string = input.replace(/\\/g, '\\\\'); string = string.replace(/"/g, '\\"'); string = string.replace(/\n/g, '\\n'); return string; }; module.exports = escape;