# Installation
> `npm install --save @types/escape-latex`

# Summary
This package contains type definitions for escape-latex (https://github.com/dangmai/escape-latex).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/escape-latex.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/escape-latex/index.d.ts)
````ts
declare function lescape(texString: string, options?: EscapeLatexOptions): string;
interface EscapeLatexOptions {
    preserveFormatting?: boolean;
    escapeMapFn?: (defaultEscapes: any, formattingEscapes: any) => any;
}
export = lescape;

````

### Additional Details
 * Last updated: Mon, 18 Nov 2024 09:35:54 GMT
 * Dependencies: none

# Credits
These definitions were written by [Oliver Schneider](https://github.com/olsio).
