Skip to main content
Home

@std/html@1.0.4
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
a month ago (1.0.4)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/html

Import symbol

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

Import directly with a jsr specifier

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

Add Package

pnpm i jsr:@std/html
or (using pnpm 10.8 or older)
pnpm dlx jsr add @std/html

Import symbol

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

Add Package

yarn add jsr:@std/html
or (using Yarn 4.8 or older)
yarn dlx jsr add @std/html

Import symbol

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

Add Package

vlt install jsr:@std/html

Import symbol

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

Add Package

npx jsr add @std/html

Import symbol

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

Add Package

bunx jsr add @std/html

Import symbol

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