@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 .

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/xml-escape

      Weekly Downloads

      8,149

      Version

      1.1.3

      License

      MIT

      Unpacked Size

      2.75 kB

      Total Files

      5

      Last publish

      Collaborators

      • types