# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xml-escape/index.d.ts)
````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 .
