We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a909311 commit 652d8f7Copy full SHA for 652d8f7
types/index.d.ts
@@ -3,6 +3,6 @@ import {Node} from 'unist'
3
4
declare namespace mdastToString {}
5
6
-declare function mdastToString(node: Node): string
+declare function mdastToString(node: Node | Node[]): string
7
8
export = mdastToString
0 commit comments