@diplodoc/markdown-translation
Version:
markdown translation utilities
23 lines (22 loc) • 934 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 gtre: RegExp;
declare const ltre: RegExp;
declare const qtre: RegExp;
declare const slre: RegExp;
declare function unescapeSymbols(str: string): string;
export { lt, gt, sl, qt, gtre, ltre, qtre, slre, unescapeSymbols };
declare const _default: {
lt: `${string}-${string}-${string}-${string}-${string}`;
gt: `${string}-${string}-${string}-${string}-${string}`;
sl: `${string}-${string}-${string}-${string}-${string}`;
qt: `${string}-${string}-${string}-${string}-${string}`;
gtre: RegExp;
ltre: RegExp;
qtre: RegExp;
slre: RegExp;
unescapeSymbols: typeof unescapeSymbols;
};
export default _default;