tap.js 72 Bytes Raw Blame History Permalink 1 2 3 4 export function tap(value, mutator) { mutator(value) return value }