Files
DefinitelyTyped/escape-latex/escape-latex.d.ts
2015-02-17 20:42:38 +01:00

9 lines
326 B
TypeScript

// Type definitions for escape-latex 0.1.2
// Project: https://github.com/dangmai/escape-latex
// Definitions by: Oliver Schneider <https://github.com/olsio>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module 'escape-latex' {
function lescape(texString: string): string;
export = lescape;
}