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

5 lines
211 B
TypeScript
Raw 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.mts.map