Sha256: 09734b6387c715dbd4f7c281fe03d939e6c696a73b9226d25e060920dbdf73bb

Contents?: true

Size: 894 Bytes

Versions: 49

Compression:

Stored size: 894 Bytes

Contents

import { IScheduler } from '../Scheduler';
import { MonoTypeOperatorFunction } from '../interfaces';
export declare function startWith<T>(v1: T, scheduler?: IScheduler): MonoTypeOperatorFunction<T>;
export declare function startWith<T>(v1: T, v2: T, scheduler?: IScheduler): MonoTypeOperatorFunction<T>;
export declare function startWith<T>(v1: T, v2: T, v3: T, scheduler?: IScheduler): MonoTypeOperatorFunction<T>;
export declare function startWith<T>(v1: T, v2: T, v3: T, v4: T, scheduler?: IScheduler): MonoTypeOperatorFunction<T>;
export declare function startWith<T>(v1: T, v2: T, v3: T, v4: T, v5: T, scheduler?: IScheduler): MonoTypeOperatorFunction<T>;
export declare function startWith<T>(v1: T, v2: T, v3: T, v4: T, v5: T, v6: T, scheduler?: IScheduler): MonoTypeOperatorFunction<T>;
export declare function startWith<T>(...array: Array<T | IScheduler>): MonoTypeOperatorFunction<T>;

Version data entries

49 entries across 49 versions & 4 rubygems

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