Skip to main content

@std/html@0.215.0

latest
It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun
It is unknown whether this package works with Browsers
It is unknown whether this package works with Deno
It is unknown whether this package works with Node.js
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Bun
JSR Score
70%
Published
a year ago (0.215.0)

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

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