UNPKG

@webgpt/sdk

Version:

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

9 lines (8 loc) 212 B
/** * This error should never happen. * If it happens, it's a bug in the SDK. */ export declare class UnexpectedError extends Error { readonly name = "UnexpectedError"; constructor(message: string); }