UNPKG

jsx-view

Version:

Minimal JSX for HTML DOM tightly integrated with RxJS. TypeScript definitions, and attributes can be assigned to observables.

3 lines 169 B
import type { Observable } from "rxjs"; export declare function isObservableUnchecked<T>(x: any): x is Observable<T>; //# sourceMappingURL=isObservableUnchecked.d.ts.map