UNPKG

tiny-essentials

Version:

Collection of small, essential scripts designed to be used across various projects. These simple utilities are crafted for speed, ease of use, and versatility.

12 lines 339 B
export default markdownManager; declare namespace markdownManager { let values: { [key: string]: { regex: RegExp; result: string; bbcode: string; }; }; function parseMarkdown(markdownText: string, type?: "result" | "bbcode"): string; } //# sourceMappingURL=markdown.d.mts.map