UNPKG

@altostra/core

Version:

Core library for shared types and logic

3 lines (2 loc) 128 B
import type { It } from "../It"; export declare function tap<T>(listener: (value: T) => any): (iterable: Iterable<T>) => It<T>;