Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
rxjs
/
operators
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/rxjs/operators/tap.d.ts
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>;