0.0.8 • Published 4 years ago

rxjs-repeater v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

rxjs-repeater

Generated with nod NPM version Build Status Coverage Status

Utility for continuously repeating the observables of rxjs

Install

$ npm install --save rxjs-repeater

Usage

import Repeater from "rxjs-repeater";

const targetObservable = ...
const repeater = new Repeater(targetObservable);

API

Table of Contents

License

MIT © wonjoon

0.0.8

4 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago