UNPKG

promise-toolbox

Version:
5 lines (4 loc) 136 B
"use strict"; module.exports = function tap(onFulfilled, onRejected) { return this.then(onFulfilled, onRejected).then(() => this); };