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

std/html/entities.ts>EntityList

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

Object structure for a list of HTML entities.

definition: Record<string, string>