mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
11 lines
241 B
TypeScript
11 lines
241 B
TypeScript
|
// Copyright 2018-2023 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";
|