UNPKG

@promptbook/vercel

Version:

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

10 lines (9 loc) 259 B
/** * Function to check if a string is valid XML * * @param value * @returns `true` if the string is a valid XML string, false otherwise * * @public exported from `@promptbook/utils` */ export declare function isValidXmlString(value: string): boolean;