deno.land / std@0.224.0 / html / mod.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.// This module is browser compatible.
/** * Functions for HTML tasks such as escaping or unescaping HTML entities. * * @module */
export * from "./entities.ts";
std

Version Info

Tagged at
3 weeks ago