@notable/html2markdown
Advanced tools
Comparing version
@@ -16,3 +16,3 @@ declare type Options = { | ||
new (): { | ||
parseFromString: (html: string, mimeType?: string) => Document; | ||
parseFromString: (html: string, mimeType: string) => Document; | ||
}; | ||
@@ -19,0 +19,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "A small function for converting HTML to Markdown.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
@@ -20,3 +20,3 @@ | ||
new (): { | ||
parseFromString: ( html: string, mimeType?: string ) => Document | ||
parseFromString: ( html: string, mimeType: string ) => Document | ||
} | ||
@@ -23,0 +23,0 @@ }; |
78919
0