JSPM

  • Created
  • Published
  • Downloads 26235
  • Score
    100M100P100Q137084F
  • License MIT

TypeScript definitions for rx

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@types/rx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Installation

    npm install --save @types/rx

    Summary

    This package contains type definitions for rx (https://github.com/Reactive-Extensions/RxJS).

    Details

    Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rx.

    index.d.ts

    /// <reference types="rx-core"/>
    /// <reference types="rx-core-binding"/>
    /// <reference types="rx-lite-aggregates"/>
    /// <reference types="rx-lite"/>
    /// <reference types="rx-lite-async"/>
    /// <reference types="rx-lite-backpressure"/>
    /// <reference types="rx-lite-coincidence"/>
    /// <reference types="rx-lite-experimental"/>
    /// <reference types="rx-lite-joinpatterns"/>
    /// <reference types="rx-lite-testing"/>
    /// <reference types="rx-lite-time"/>
    /// <reference types="rx-lite-virtualtime"/>
    
    declare module "rx" {
        export = Rx;
    }
    

    Additional Details

    Credits

    These definitions were written by Carl de Billy, gsino, and Igor Oleinikov.