UNPKG

@promptbook/browser

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

10 lines (9 loc) 353 B
import type { really_any } 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<really_any>): void;