taggedjs
Version:
tagged template reactive html
5 lines (4 loc) • 449 B
TypeScript
import { SubscribeCallback, LikeObservable } from "./processSubscribeWithAttribute.function.js";
import { SubscribeValue } from "./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;