We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7007698 commit eace3f0Copy full SHA for eace3f0
readme.md
@@ -18,6 +18,7 @@ The latest released version is [`4.0.0`][latest].
18
19
* [Introduction](#introduction)
20
* [Where this specification fits](#where-this-specification-fits)
21
+* [Types](#types)
22
* [Nodes](#nodes)
23
* [`Parent`](#parent)
24
* [`Literal`](#literal)
@@ -90,6 +91,15 @@ languages.
90
91
mdast relates to the [unified][] and [remark][] projects in that mdast syntax
92
trees are used throughout their ecosystems.
93
94
+## Types
95
+
96
+If you are using TypeScript, you can use the unist types by installing them
97
+with npm:
98
99
+```sh
100
+npm install @types/mdast
101
+```
102
103
## Nodes
104
105
### `Parent`
0 commit comments