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

1.1.3 • Public • Published

Installation

npm install --save @types/xml-escape

Summary

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

Details

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

index.d.ts

/**
 * Escape an XML string
 *
 * @param string String of XML to escape
 * @param ignore Characters to ignore
 */
declare function escape(string: string, ignore?: string): string;
export = escape;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by .

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.3
    7,628
  • 1.1.2
    13
  • 1.1.1
    1,013
  • 1.1.0
    1,332

Package Sidebar

Install

npm i @types/xml-escape

Weekly Downloads

9,986

Version

1.1.3

License

MIT

Unpacked Size

2.75 kB

Total Files

5

Last publish

Collaborators

  • types