Skip to main content

@std/html@1.0.3
Built and signed on GitHub Actions

Functions for HTML, such as escaping or unescaping HTML entities

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (1.0.3)
type alias EntityList

Object structure for a list of HTML entities.

Definition

Record<string, string>

Add Package

deno add jsr:@std/html

Import symbol

import { type EntityList } from "@std/html/entities";

---- OR ----

Import directly with a jsr specifier

import { type EntityList } from "jsr:@std/html/entities";

Add Package

npx jsr add @std/html

Import symbol

import { type EntityList } from "@std/html/entities";

Add Package

yarn dlx jsr add @std/html

Import symbol

import { type EntityList } from "@std/html/entities";

Add Package

pnpm dlx jsr add @std/html

Import symbol

import { type EntityList } from "@std/html/entities";

Add Package

bunx jsr add @std/html

Import symbol

import { type EntityList } from "@std/html/entities";