Skip to main content
Module

x/xml/utils/types.ts>entities

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
variable entities
import { entities } from "https://deno.land/x/xml@2.1.1/utils/types.ts";

Entities

type

{ xml: { &lt;: string; &gt;: string; &apos;: string; &quot;: string; &amp;: string; }; char: { &: string; ": string; <: string; >: string; ': string; }; }