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

5 lines
210 B
TypeScript
Raw Permalink Normal View History

2025-09-15 10:04:47 +08: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