Sha256: b5a6c7a0145769f58a402ae80663947c60fb6638b45aa4859c827afc5805faf8
Contents?: true
Size: 328 Bytes
Versions: 49
Compression:
Stored size: 328 Bytes
Contents
import { PartialObserver } from '../Observer'; import { MonoTypeOperatorFunction } from '../interfaces'; export declare function tap<T>(next: (x: T) => void, error?: (e: any) => void, complete?: () => void): MonoTypeOperatorFunction<T>; export declare function tap<T>(observer: PartialObserver<T>): MonoTypeOperatorFunction<T>;
Version data entries
49 entries across 49 versions & 4 rubygems