UNPKG

@promptbook/vercel

Version:

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

14 lines (13 loc) 304 B
/** * Organizational helper to tell to use intentionally `any` * * @alias really_any * @private within the repository */ export type chococake = really_any; /** * Organizational helper to mark a place where to really use `any` * * @private within the repository */ export type really_any = any;