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 ddcc0d4 commit 59aeed2Copy full SHA for 59aeed2
readme.md
@@ -17,6 +17,7 @@ The latest released version is [`1.0.0`][latest].
17
* [Introduction](#introduction)
18
* [Where this specification fits](#where-this-specification-fits)
19
* [Scope](#scope)
20
+* [Types](#types)
21
* [Nodes](#nodes)
22
* [`Parent`](#parent)
23
* [`Literal`](#literal)
@@ -102,6 +103,15 @@ Internal document type declarations have no representation in xast:
102
103
<greeting>Hello, world!</greeting>
104
```
105
106
+## Types
107
+
108
+If you are using TypeScript, you can use the unist types by installing them
109
+with npm:
110
111
+```sh
112
+npm install @types/xast
113
+```
114
115
## Nodes
116
117
### `Parent`
0 commit comments