marked header was normalized.

This commit is contained in:
Diullei Gomes
2013-02-16 18:36:18 -02:00
parent b77d9e3060
commit f975dc8d04
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for Marked
// Project: https://github.com/chjj/marked
// Definitions by: William Orr <https://github.com/worr>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module "marked" {
export function (src: string, opt?: Options): string;
export function lexer(src: string, opt?: Options): Array;