mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 16:11:24 +08:00
9 lines
298 B
TypeScript
9 lines
298 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/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
declare function lescape(texString: string): string;
|
|
export = lescape;
|