Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core/utils/dom.ts>stringToDocument

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function stringToDocument
import { stringToDocument } from "https://deno.land/x/lume@v2.0.0/core/utils/dom.ts";

Parse a string with HTML code and return a Document

Parameters

string: string

Returns

Document