UNPKG

nyks

Version:

nodejs exupery style

10 lines (8 loc) 177 B
"use strict"; module.exports = function(worker) { return function(payload, chain) { worker(payload).then(function(body) { chain(null, body); }, chain); }; };