mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Parser parses tokens
This commit is contained in:
Vendored
+1
-1
@@ -95,7 +95,7 @@ interface MarkedRenderer {
|
||||
}
|
||||
|
||||
interface MarkedParser {
|
||||
parse(source: string): string
|
||||
parse(source: any[]): string
|
||||
}
|
||||
|
||||
interface MarkedOptions {
|
||||
|
||||
Reference in New Issue
Block a user