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 c078033 commit 4ce37adCopy full SHA for 4ce37ad
readme.md
@@ -16,6 +16,7 @@ The latest released version is [`1.0.2`][latest].
16
17
* [Introduction](#introduction)
18
* [Where this specification fits](#where-this-specification-fits)
19
+* [Types](#types)
20
* [Nodes](#nodes)
21
* [`Parent`](#parent)
22
* [`Literal`](#literal)
@@ -58,6 +59,15 @@ languages.
58
59
nlcst relates to the [unified][] and [retext][] projects in that nlcst syntax
60
trees are used throughout their ecosystems.
61
62
+## Types
63
+
64
+If you are using TypeScript, you can use the unist types by installing them
65
+with npm:
66
67
+```sh
68
+npm install @types/nlcst
69
+```
70
71
## Nodes
72
73
### `Parent`
0 commit comments