UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

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;