UNPKG

hurt

Version:

HTTP and SPA routing using RFC 6570 URI templates

13 lines (12 loc) 199 B
export default function sync(fn) { return function(...args) { const next = args.pop(); try { fn.apply(this, args); next(); } catch (err) { next(err); } }; }