Sha256: 6d270cf7686cb293efb534cc0ee7dac873fba17bc0fec8e5c766c1d0d614f5f0

Contents?: true

Size: 318 Bytes

Versions: 49

Compression:

Stored size: 318 Bytes

Contents

import { IScheduler } from '../Scheduler';
import { OperatorFunction } from '../interfaces';
export declare function timeInterval<T>(scheduler?: IScheduler): OperatorFunction<T, TimeInterval<T>>;
export declare class TimeInterval<T> {
    value: T;
    interval: number;
    constructor(value: T, interval: number);
}

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
govuk_publishing_components-16.21.0 node_modules/rxjs/operators/timeInterval.d.ts
govuk_publishing_components-16.20.1 node_modules/rxjs/operators/timeInterval.d.ts
govuk_publishing_components-16.20.0 node_modules/rxjs/operators/timeInterval.d.ts
govuk_publishing_components-16.19.0 node_modules/rxjs/operators/timeInterval.d.ts
govuk_publishing_components-16.18.0 node_modules/rxjs/operators/timeInterval.d.ts
govuk_publishing_components-16.17.0 node_modules/rxjs/operators/timeInterval.d.ts
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/operators/timeInterval.d.ts
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/operators/timeInterval.d.ts
dragonfly_puppeteer-0.1.0 node_modules/rxjs/operators/timeInterval.d.ts