function stringToDocumentimport { stringToDocument } from "https://deno.land/x/lume@v2.3.0/core/utils/dom_fast.ts"; stringToDocument(string: string): DocumentParse a string with HTML code and return a Document Parametersstring: stringReturnsDocument