UNPKG

promise-toolbox

Version:
5 lines (3 loc) 100 B
"use strict"; const pFinally = (p, cb) => p.then(cb, cb).then(() => p); module.exports = pFinally;