exprs-rx
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

Regular Expressions for reactive streams in RxJS

RxJS implementation of Regular Expressions for Reactive Streams

Install

npm i exprs-rx

Use

import { exec } from 'exprs-rx';

// const A = ...
// const B = ...
// const C = ...

exec('AB*C', { A, B, C })
    .pipe(
        // ...
    )
    .subscribe(console.log);

(c) Kostia Palchyk

Readme

Keywords

Package Sidebar

Install

npm i exprs-rx

Weekly Downloads

2

Version

0.0.0

License

MIT

Unpacked Size

47.3 kB

Total Files

20

Last publish

Collaborators

  • kosich