mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-06-30 06:02:04 -06:00
export Observable type instead of implementation
This commit is contained in:
parent
0575884ef6
commit
eb3e6c5dcb
1 changed files with 1 additions and 1 deletions
2
types/optional-observable.d.ts
vendored
2
types/optional-observable.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
|||
export { Observable } from 'rxjs'; // Typescript 3.8+ type export. Error here? Read below..
|
||||
export type { Observable } from 'rxjs'; // Typescript 3.8+ type export. Error here? Read below..
|
||||
|
||||
/*
|
||||
How to handle a TS error in above export:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue