UNPKG

@promptbook/vercel

Version:

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

7 lines (6 loc) 160 B
/** * Make error report URL for the given error * * @private private within the repository */ export declare function getErrorReportUrl(error: Error): URL;