UNPKG

promise-toolbox

Version:
5 lines (4 loc) 103 B
"use strict"; module.exports = function pFinally(cb) { return this.then(cb, cb).then(() => this); };