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