UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

13 lines (12 loc) 290 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 */