UNPKG

@promptbook/vercel

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

7 lines (6 loc) 248 B
/** * Escape HTML to safely render user text inside a <pre> with dangerouslySetInnerHTML. * * @private within the promptbook components <- TODO: Maybe make promptbook util from this */ export declare function escapeHtml(input: string): string;