rx-extra

v2.0.3
rx-extra extends the RxJS 5 library with extra methods like fromNodeReadableStream and splitOnChange
rx rxjs observable

build

npm run compile

clean

npm-run-all clean:*

clean:es5

rm -rf main.js main.d.ts observable operator add

clean:esnext

rm -rf esnext

compile

npm-run-all compile:*

compile:es5

npm run clean:es5 && tsc --project tsconfig.json && echo ok || echo not ok

compile:esnext

npm run clean:esnext && tsc --project tsconfig.esnext.json && echo ok || echo not ok

prepublish

npm run build && npm run test

postpublish

npm run clean

test

mocha test/spec/api.js --reporter min --colors && echo ok || echo not ok

watch

npm-watch

Metadata

  • MIT
  • Whatever
  • Anders Riutta
  • released 12/16/2016

Downloads

Maintainers