Skip to main content
Module

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

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

Parse a string with HTML code and return a Document

Parameters

string: string

Returns

Document