UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 208 B
import type { chococake } from './really_any'; /** * Organizational helper to mark a function that produces side effects * * @private within the repository */ export type $side_effect = void | chococake;