@jpereraaracil/rqts
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

RQTS

Rx Queue in TypeScript

Usage

import { emit, receive } from '@jpereraaracil/rqts';

const TOPIC = 'MY_TOPIC'

receive(TOPIC, (event) => console.log(event) )

emit(TOPIC, { data: 1 });

Package Sidebar

Install

npm i @jpereraaracil/rqts

Weekly Downloads

0

Version

8.0.0

License

SEE LICENSE IN LICENSE

Unpacked Size

52.7 kB

Total Files

8

Last publish

Collaborators

  • jpereraaracil