Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/html/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.215.0/html/mod.ts";

Functions for HTML tasks such as escaping or unescaping HTML entities.

Functions

Escapes text for safe interpolation into HTML text content and quoted attributes.

Unescapes HTML entities in text.

Type Aliases

Object structure for a list of HTML entities.

Options for unescape.