UNPKG
handle-rejection
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.0
💀 Handle unhandled rejections
omrilotan.com/mono/handle-rejection/
omrilotan/mono
handle-rejection
/
handlers
/
throw.js
2 lines
(1 loc)
•
44 B
JavaScript
View Raw
1
2
module.exports
= error => { throw error
; };