mirror of
https://github.com/seejohnrun/haste-server
synced 2025-07-07 13:32:13 -07:00
1 line
85 B
JavaScript
1 line
85 B
JavaScript
var a={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"}
|