type alias AsyncNodeimport { type AsyncNode } from "https://deno.land/x/jsx_stream@v0.2.0/mod.ts"; definition: Promise<Node> | AsyncIterable<Node>