smartrx/ts/smartrx.plugins.rxjs.ts
2020-05-27 18:49:44 +00:00

7 lines
115 B
TypeScript

// this file is intended to keep the bundle size down
export {
Observable,
Subject,
fromEvent
} from 'rxjs';