UNPKG

210 BTypeScriptView Raw
1import { OperatorAsyncFunction } from '../../interfaces';
2import { TimeInterval } from '../timeinterval';
3export declare function timeInterval<TSource>(): OperatorAsyncFunction<TSource, TimeInterval<TSource>>;