Module

std/html/entities.ts>EntityList

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

Object structure for a list of HTML entities.

definition: Record<string, string>