UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

5 lines 238 B
/** Wrap the given string in double quotes */ export const doubleQuote = (str) => `"${str.replace(/"/g, '\\"')}"`; /** Wrap the given string in backticks */ export const backtick = (str) => `\`${str}\``; //# sourceMappingURL=quotes.js.map