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

std/html/mod.ts>UnescapeOptions

The Deno Standard Library
Latest
type alias UnescapeOptions
import { type UnescapeOptions } from "https://deno.land/std@0.224.0/html/mod.ts";

Options for unescape.

definition: { entityList: EntityList; }