Module

std/html/entities.ts>EntityList

Deno standard library
Go to Latest
type alias EntityList
import { type EntityList } from "https://dotland.deno.dev/std@0.221.0/html/entities.ts";

Object structure for a list of HTML entities.

definition: Record<string, string>