UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

15 lines (12 loc) 505 B
// Type definitions for RxJS-Binding v2.2.20 // Project: http://rx.codeplex.com/ // Definitions by: Carl de Billy <http://carl.debilly.net/> // Definitions by: Igor Oleinikov <https://github.com/Igorbek> // Definitions: https://github.com/borisyankov/DefinitelyTyped ///<reference path="rx.d.ts" /> ///<reference path="rx.binding-lite.d.ts" /> declare module Rx { export interface Observable<T> { replayWhileObserved(bufferSize?: number, window?: number, scheduler?: IScheduler): Observable<T>; } }