(str)
| 166 | ]; |
| 167 | |
| 168 | const escapeFn = (str) => meta[str.charCodeAt(0)]; |
| 169 | |
| 170 | // Escape control characters, single quotes and the backslash. |
| 171 | // This is similar to JSON stringify escaping. |
nothing calls this directly
no outgoing calls
no test coverage detected