agsamantha/node_modules/openai/lib/Util.d.ts

5 lines
210 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
/**
* Like `Promise.allSettled()` but throws an error if any promises are rejected.
*/
export declare const allSettledWithThrow: <R>(promises: Promise<R>[]) => Promise<R[]>;
//# sourceMappingURL=Util.d.ts.map