mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
marked header was normalized.
This commit is contained in:
5
marked/marked.d.ts
vendored
5
marked/marked.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user