UNPKG

@promptbook/vercel

Version:

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

13 lines (12 loc) 288 B
/** * This error indicates @@ * * @public exported from `@promptbook/core` */ export declare class BoilerplateError extends Error { readonly name = "BoilerplateError"; constructor(message: string); } /** * TODO: @@ Do not forget to add the error into `0-index.ts` ERRORS */