UNPKG

to-await

Version:

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

2 lines (1 loc) 67 B
export declare function to(promise: Promise<any>): Promise<any[]>;