An open API service indexing awesome lists of open source software.

https://github.com/tdast/tdast-types

tdast typescript typings
https://github.com/tdast/tdast-types

ast csv tabular-data tdast types typescript unist

Last synced: 8 months ago
JSON representation

tdast typescript typings

Awesome Lists containing this project

README

          

# tdast-types

[**tdast**][tdast] [typescript][] typings.

---

## Install

```sh
npm install tdast-types
```

## Use

```ts
import { Cell, Column, Row, Table } from 'tdast-types';
```

[typescript]: https://github.com/microsoft/TypeScript
[tdast]: https://github.com/tdast/tdast