UNPKG

165 BTypeScriptView Raw
1import { MonoTypeOperatorAsyncFunction } from '../../interfaces';
2export declare function timeout<TSource>(dueTime: number): MonoTypeOperatorAsyncFunction<TSource>;