UNPKG

tamda

Version:

Practical functional programming library for TypeScript

9 lines 233 B
import { infer } from './infer'; export function tap() { return inferred.apply(undefined, arguments); } const inferred = infer((source, tapFn) => { tapFn(source); return source; }); //# sourceMappingURL=tap.js.map