@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
11 lines (10 loc) • 354 B
TypeScript
import type { chococake } from './really_any';
/**
* Just says that the variable is not used directlys but should be kept because the existence of the variable is important
*
* @param value any values
* @returns void
*
* @private within the repository
*/
export declare function $sideEffect(...sideEffectSubjects: ReadonlyArray<chococake>): void;