Skip to content

Commit

Permalink
Add types section
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 4, 2023
1 parent 7007698 commit eace3f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The latest released version is [`4.0.0`][latest].

* [Introduction](#introduction)
* [Where this specification fits](#where-this-specification-fits)
* [Types](#types)
* [Nodes](#nodes)
* [`Parent`](#parent)
* [`Literal`](#literal)
Expand Down Expand Up @@ -90,6 +91,15 @@ languages.
mdast relates to the [unified][] and [remark][] projects in that mdast syntax
trees are used throughout their ecosystems.

## Types

If you are using TypeScript, you can use the unist types by installing them
with npm:

```sh
npm install @types/mdast
```

## Nodes

### `Parent`
Expand Down

0 comments on commit eace3f0

Please sign in to comment.