UNPKG

caught

Version:

Avoids UnhandledPromiseRejectionWarning and PromiseRejectionHandledWarning

5 lines (2 loc) 72 B
'use strict'; module.exports = (f => p => (p.catch(f), p))(() => {});