mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-21 12:30:15 +08:00
Added the text function to the MarkedRenderer interface
This commit is contained in:
Vendored
+1
@@ -87,6 +87,7 @@ interface MarkedRenderer {
|
||||
del(text: string): any;
|
||||
link(href: string, title: string, text: string): any;
|
||||
image(href: string, title: string, text: string): any;
|
||||
text(text: string): any;
|
||||
}
|
||||
|
||||
interface MarkedOptions {
|
||||
|
||||
Reference in New Issue
Block a user