fix(core): update

This commit is contained in:
2023-11-01 14:12:53 +01:00
parent f4e548aa2c
commit 984f7e7bb6
4 changed files with 1298 additions and 200 deletions

View File

@@ -1,6 +1,6 @@
// this file is intended to keep the bundle size down
export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from } from 'rxjs';
export { Observable, Subject, fromEvent, ReplaySubject, Subscription, from, of } from 'rxjs';
export type { Observer } from 'rxjs';