Files
chat-proxy/frontend/node_modules/micromark-util-decode-string/index.d.ts
T
Samuele E. Locatelli 1d4b5aba63 Init repo con git
2025-08-21 08:59:27 +00:00

14 lines
410 B
TypeScript

/**
* Decode markdown strings (which occur in places such as fenced code info
* strings, destinations, labels, and titles).
*
* The “string” content type allows character escapes and -references.
* This decodes those.
*
* @param {string} value
* Value to decode.
* @returns {string}
* Decoded value.
*/
export function decodeString(value: string): string;
//# sourceMappingURL=index.d.ts.map