smartrx/ts/smartrx.plugins.rxjs.ts

7 lines
115 B
TypeScript
Raw Normal View History

2020-05-27 18:49:44 +00:00
// this file is intended to keep the bundle size down
export {
Observable,
Subject,
fromEvent
} from 'rxjs';