UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

8 lines (6 loc) 72 B
export function tap(fn) { return x => { fn(x) return x } }