UNPKG

176 BTypeScriptView Raw
1import type { Observable } from "../../utilities/index.js";
2export declare function toPromise<R>(observable: Observable<R>): Promise<R>;
3//# sourceMappingURL=toPromise.d.ts.map
\No newline at end of file