Files
omnivore/packages/web/utils/helper.ts
2024-04-03 17:00:21 +08:00

2 lines
70 B
TypeScript

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