/** * 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;