fix(core): update

This commit is contained in:
2022-01-24 03:44:13 +01:00
parent 5f7580b28f
commit 5fdd756672
7 changed files with 19769 additions and 3987 deletions

View File

@@ -1,6 +1,6 @@
// this file is intended to keep the bundle size down
export { Observable, Subject, fromEvent, ReplaySubject, Subscription } from 'rxjs';
export { Observable, Subject, fromEvent, ReplaySubject, Subscription, Observer } from 'rxjs';
import { startWith, takeUntil, map, debounce, debounceTime } from 'rxjs/operators';