@promptbook/vercel
Version:
Promptbook: Turn your company's scattered knowledge into AI ready books
10 lines (9 loc) • 351 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;