Edit File: tap.js
export function tap(value, mutator) { mutator(value) return value }
Back