UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

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;