type alias extractimport { type extract } from "https://deno.land/x/xml@4.0.0/utils/types.ts"; Stringifier extract definition: { raw: node; text: string | null; comments: string[]; attributes: string[]; children: string[]; meta: meta; }