@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
13 lines (12 loc) • 379 B
TypeScript
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 usefull 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;