mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
ui: cleanup
This commit is contained in:
committed by
Aiden McClelland
parent
27f05a4588
commit
9066d77a70
@@ -1,4 +1,4 @@
|
||||
import { Observable, from, interval, race, OperatorFunction, Observer, BehaviorSubject, Subject } from 'rxjs'
|
||||
import { Observable, from, interval, race, OperatorFunction, Observer, BehaviorSubject } from 'rxjs'
|
||||
import { take, map, switchMap, delay, tap } from 'rxjs/operators'
|
||||
|
||||
export function fromAsync$<S, T> (async: (s: S) => Promise<T>, s: S): Observable<T>
|
||||
|
||||
Reference in New Issue
Block a user