We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0af79 commit 28bd9a3Copy full SHA for 28bd9a3
index.d.ts
@@ -1,5 +1,5 @@
1
+import type {Node as MdastNode} from 'unist'
2
import type {
- Node as MdastNode,
3
Parent as MdastParent,
4
Literal as MdastLiteral,
5
BlockContent,
package.json
@@ -39,6 +39,7 @@
39
"@types/estree-jsx": "^1.0.0",
40
"@types/hast": "^2.0.0",
41
"@types/mdast": "^3.0.0",
42
+ "@types/unist": "^2.0.0",
43
"ccount": "^2.0.0",
44
"mdast-util-from-markdown": "^1.1.0",
45
"mdast-util-to-markdown": "^1.3.0",
0 commit comments