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

10 lines 432 B
/** * Escapes some Text so that it can safely be used inside a template literal. */ export declare function escapeForTemplateLiteral(text: string): string; /** * Escapes some Text so that it can safely be used inside a single quote string.s */ export declare function escapeForSingleQuoteString(text: string): string; export declare function escapeForDoubleQuoteString(text: string): string; //# sourceMappingURL=escape.d.ts.map