UNPKG

callbag-concat-with

Version:

👜 Callbag operator that emits items given it as arguments after it finishes emitting items emitted by source.

2 lines (1 loc) • 164 B
export default function concatWith<T extends any[], I>(...args: T): (source: import("callbag").Callbag<void, I>) => import("callbag").Callbag<void, I | T[number]>;