openai
Version:
The official TypeScript library for the OpenAI API
13 lines (12 loc) • 333 B
TypeScript
/**
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
*/
/**
* Types will get added to this namespace when you import one of the following:
*
* import 'openai/shims/node'
* import 'openai/shims/web'
*
* Importing more than one will cause type and runtime errors.
*/
export namespace manual {}