diff --git a/index.d.ts b/index.d.ts index 07e4cfb..5e3d7b3 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,5 +1,5 @@ import MarkdownIt from "markdown-it"; -declare function plainTextPlugin(md: MarkdownIt): never; +declare function plainTextPlugin(md: MarkdownIt): void; export = plainTextPlugin; \ No newline at end of file