Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdFunctions for HTML, such as escaping or unescaping HTML entities
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
100%
Published
2 months ago (1.0.3)
Functions for HTML tasks such as escaping or unescaping HTML entities.
import { unescape } from "@std/html/entities"; import { assertEquals } from "@std/assert"; assertEquals(unescape("<>'&AA"), "<>'&AA"); assertEquals(unescape("þð"), "þð");
Built and signed on
View transparency logGitHub Actions
Add Package
deno add jsr:@std/html
Import symbol
import * as html from "@std/html";
---- OR ----
Import directly with a jsr specifier
import * as html from "jsr:@std/html";
Add Package
npx jsr add @std/html
Import symbol
import * as html from "@std/html";
Add Package
yarn dlx jsr add @std/html
Import symbol
import * as html from "@std/html";
Add Package
pnpm dlx jsr add @std/html
Import symbol
import * as html from "@std/html";
Add Package
bunx jsr add @std/html
Import symbol
import * as html from "@std/html";