UNPKG

jsx-view

Version:

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

5 lines 159 B
import { isObservable } from "rxjs"; export function isObservableUnchecked(x) { return isObservable(x); } //# sourceMappingURL=isObservableUnchecked.js.map