0.0.8 • Published 3 years ago

rxjs-repeater v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago