UNPKG

to-await

Version:

"Wrapper on promise to return you a destructured version with error or not."

2 lines (1 loc) 73 B
export declare function toAll(promises: Promise<any>[]): Promise<any[]>;