knowledgebase_law/node_modules/micromark-util-decode-string/dev/index.d.ts

14 lines
410 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* 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