UNPKG

caught

Version:

Avoids UnhandledPromiseRejectionWarning and PromiseRejectionHandledWarning

4 lines (2 loc) 79 B
declare function caught<T>(promise: Promise<T>): Promise<T>; export = caught;