UNPKG

@webgpt/sdk

Version:

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

6 lines (5 loc) 142 B
import { type Observable } from 'rxjs'; /** * !!! */ export declare function observableToPromise<T>(observable: Observable<T>): Promise<T>;