@types/escape-html
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/escape-html

Summary

This package contains type definitions for escape-html (https://github.com/component/escape-html).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/escape-html.

/**
 * Escape string for use in HTML
 */

/**
 * Escape special characters in the given string of text, such that it can be interpolated in HTML content.
 * This function will escape the following characters: `"`, `'`, `&`, `<`, and `>`.
 *
 * *Note* that the escaped value is only suitable for being interpolated into HTML as the text content of
 * elements in which the tag does not have different escaping mechanisms (it cannot be placed inside
 * `<style>` or `<script>`, for example, as those content bodies are not HTML, but CSS and JavaScript,
 * respectively; these are known as "raw text elements" in the HTML standard).
 *
 * *Note* when using the escaped value within a tag, it is only suitable as the value of an attribute,
 * where the value is quoted with either a double quote character (`"`) or a single quote character (`'`).
 */
declare function escapeHTML(text?: string | null): string;

export = escapeHTML;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Piotr Błażejewicz.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.4237,094ts5.8
1.0.4237,094ts5.7
1.0.4237,094latest
1.0.4237,094ts4.5
1.0.4237,094ts4.6
1.0.4237,094ts4.7
1.0.4237,094ts4.8
1.0.4237,094ts4.9
1.0.4237,094ts5.0
1.0.4237,094ts5.1
1.0.4237,094ts5.2
1.0.4237,094ts5.3
1.0.4237,094ts5.4
1.0.4237,094ts5.5
1.0.4237,094ts5.9
1.0.4237,094ts5.6
1.0.4237,094ts6.0
0.0.20142,016ts2.0
0.0.20142,016ts2.1
0.0.20142,016ts2.2
0.0.20142,016ts2.3
0.0.20142,016ts2.4
0.0.20142,016ts2.5
0.0.20142,016ts2.6
0.0.20142,016ts2.7
0.0.20142,016ts2.8
1.0.153,710ts3.5
1.0.153,710ts3.6
1.0.153,710ts3.7
1.0.153,710ts3.8
1.0.251,993ts3.9
1.0.251,993ts4.0
1.0.251,993ts4.1
1.0.251,993ts4.2
1.0.251,993ts4.3
1.0.251,993ts4.4
1.0.023,871ts2.9
1.0.023,871ts3.0
1.0.023,871ts3.1
1.0.023,871ts3.2
1.0.023,871ts3.3
1.0.023,871ts3.4

Version History

VersionDownloads (Last 7 Days)Published
1.0.4237,094
1.0.31,506
1.0.251,993
1.0.153,710
1.0.023,871
0.0.20142,016
0.0.1913
0.0.183
0.0.17-alpha3
0.0.16-alpha3
0.0.15-alpha3
0.0.14-alpha3
0.0.13-alpha3
0.0.12-alpha3
0.0.11-alpha3
0.0.6-alpha4
0.0.5-alpha3

Package Sidebar

Install

npm i @types/escape-html

Weekly Downloads

510,234

Version

1.0.4

License

MIT

Unpacked Size

4.45 kB

Total Files

5

Last publish

Collaborators

  • types