UNPKG

await-result

Version:

Error handling for async functions without try/catch blocks

3 lines (2 loc) 131 B
declare const result: (promise: Promise<any>, handler?: ((e: Error) => any) | undefined) => Promise<any>; export default result;