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