export const escape = (str: string) => str.replace(/"/g, '\\"');