variable arrToStreamRe-exportimport { arrToStream } from "https://deno.land/x/live@1.53.6/deps.ts"; type(arr: unknown[]) => CommandStream & { nextCommand: () => Promise<Command>; }