UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

5 lines 239 B
/** Wrap the given string in double quotes */ export declare const doubleQuote: (str: string) => string; /** Wrap the given string in backticks */ export declare const backtick: (str: string) => string; //# sourceMappingURL=quotes.d.ts.map