import { merge as _merge } from "ix/asynciterable"; export const merge = ([first, ...rest]: AsyncIterable[]) => _merge(first, ...rest);