Skip to main content
Module

std/html/mod.ts>EntityList

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

Object structure for a list of HTML entities.

definition: Record<string, string>