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

12 lines (8 loc) 221 B
/// <reference path="knockout.rx.d.ts"/> var ax: Rx.Observable<number>; var ao = ax.toKoObservable(); ao(100); ao.getSubscriptionsCount(); ao.toObservable(); ao.toObservable("change"); ao.toObservable<Error>("error");