@diplodoc/translation
Version:
markdown translation utilities
15 lines (14 loc) • 647 B
TypeScript
declare const gt: `${string}-${string}-${string}-${string}-${string}`;
declare const lt: `${string}-${string}-${string}-${string}-${string}`;
declare const sl: `${string}-${string}-${string}-${string}-${string}`;
declare const qt: `${string}-${string}-${string}-${string}-${string}`;
declare const mt: string;
declare const vr: string;
declare const gtre: RegExp;
declare const ltre: RegExp;
declare const qtre: RegExp;
declare const slre: RegExp;
declare const mtre: RegExp;
declare const vrre: RegExp;
declare function unescapeSymbols(str: string): string;
export { lt, gt, sl, qt, mt, vr, gtre, ltre, qtre, slre, mtre, vrre, unescapeSymbols };