Skip to main content
This release is 8 versions behind 1.0.5 — the latest version of @std/html. Jump to latest

@std/html@0.224.0
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
94%
Published
2 years ago (0.224.0)

Functions for HTML tasks such as escaping or unescaping HTML entities.

Built and signed on
GitHub 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

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

Import symbol

import * as html from "@std/html";

Add Package

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

Import symbol

import * as html from "@std/html";

Add Package

vlt install jsr:@std/html

Import symbol

import * as html from "@std/html";

Add Package

npx 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";