UNPKG

rimmel

Version:

A Streams-Oriented UI library for the Rx.Observable Universe

3 lines 178 B
import { type BehaviorSubject } from "../types/futures"; export declare const isBehavior: (x: unknown) => x is BehaviorSubject<unknown>; //# sourceMappingURL=is-behavior.d.ts.map