UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

16 lines (13 loc) 572 B
// Type definitions for RxJS-Lite v2.2.28 // Project: http://rx.codeplex.com/ // Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek> // Definitions: https://github.com/borisyankov/DefinitelyTyped ///<reference path="rx-lite.d.ts"/> ///<reference path="rx.async-lite.d.ts" /> ///<reference path="rx.binding-lite.d.ts" /> ///<reference path="rx.time-lite.d.ts" /> ///<reference path="rx.backpressure-lite.d.ts" /> ///<reference path="rx.coincidence-lite.d.ts" /> declare module "rx.lite" { export = Rx; }