UNPKG

@webgpt/sdk

Version:

WebGPT SDK is a TypeScript / JavaScript library for interacting with the WebGPT API.

9 lines (8 loc) 242 B
/** * Does nothing, but preserves the function to fake the usage * Linter is tricked into thinking the function is used * * @param value any function to preserve * @returns nothing */ export declare function notUsing(value: any): void;