@codama/node-types
Version:
Node specifications for the Codama standard
25 lines (18 loc) • 850 B
Markdown
# Codama ➤ Node Types
[![npm][npm-image]][npm-url]
[![npm-downloads][npm-downloads-image]][npm-url]
[npm-downloads-image]: https://img.shields.io/npm/dm/@codama/node-types.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@codama/node-types.svg?style=flat&label=%40codama%2Fnode-types
[npm-url]: https://www.npmjs.com/package/@codama/node-types
This package is the type-only version of the `@codama/nodes` package. Check out the [nodes documentation](../nodes) for more information.
## Installation
```sh
pnpm install @codama/node-types
```
> [!NOTE]
> This package is included in the [`@codama/nodes`](../nodes) package and in the main [`codama`](../library) library. Meaning, you already have access to its content if you are installing Codama in one of these ways.
>
> ```sh
> pnpm install @codama/nodes
> pnpm install codama
> ```