UNPKG

@promptbook/azure-openai

Version:

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

13 lines (12 loc) 378 B
import type { really_any } 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<really_any>): void;