Node specifications for the Codama standard
npm install @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 for more information.
``sh`
pnpm install @codama/node-types
> [!NOTE]
> This package is included in the @codama/nodes package and in the main codama 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
>