@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
14 lines (13 loc) • 379 B
TypeScript
import type { chococake } from './really_any';
/**
* Just marks a place of place where should be something implemented
* No side effects.
*
* Note: It can be useful suppressing eslint errors of unused variables
*
* @param value any values
* @returns void
*
* @private within the repository
*/
export declare function TODO_USE(...value: ReadonlyArray<chococake>): void;