JSPM

@polkadot/x-rxjs

3.2.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4360
  • Score
    100M100P100Q128869F
  • 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-info.json
  • @polkadot/x-rxjs/package.json

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.