JSPM

@polkadot/x-rxjs

6.11.2-6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4157
  • Score
    100M100P100Q128730F
  • License Apache-2.0

A pass-through interface for RxJs (allowing node + mjs usage)

Package Exports

  • @polkadot/x-rxjs
  • @polkadot/x-rxjs/README.md
  • @polkadot/x-rxjs/index.d.ts
  • @polkadot/x-rxjs/operators
  • @polkadot/x-rxjs/operators.d.ts
  • @polkadot/x-rxjs/package.json
  • @polkadot/x-rxjs/packageInfo
  • @polkadot/x-rxjs/packageInfo.d.ts

Readme

@polkadot/x-rxjs

This is a small wrapper around rjx to make it friendly to both Node.js (from .mjs as well as .cjs) as well as bundlers using both esm and cjs modules.

This need wil disappear, once rxjs supports export maps.