Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdWorks with
•JSR Score100%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




License
•MIT
Downloads4,373/wk
•Publisheda month ago (1.0.6)
Functions for HTML, such as escaping or unescaping HTML entities
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
GitHub Actions
Add Package
deno add jsr:@std/html
Import symbol
import * as html from "@std/html";
Import directly with a jsr specifier
import * as html from "jsr:@std/html";