taggedjs
Version:
tagged template reactive html
4 lines (3 loc) • 398 B
TypeScript
import { LikeObservable, SubscribeCallback, SubscribeValue } from "../tagJsVars/subscribe.function.js";
/** Have an html tagged value as value of subscribe emissions, with initial default value emission. Automatically unsubscribes for you */
export declare function pipe<SubValue, DEFAULT>(Observables: LikeObservable<SubValue>[], callback?: SubscribeCallback<SubValue | DEFAULT>): SubscribeValue;