D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
openai
/
lib
/
Filename :
Util.d.ts
back
Copy
/** * 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