# Herb Core

**Package**: [`@herb-tools/core`](https://www.npmjs.com/package/@herb-tools/core)

---

Core module exporting shared interfaces, AST node definitions, and common utilities for Herb (no direct parsing functionality).

## Installation

:::code-group
```shell [npm]
npm add @herb-tools/core
```

```shell [pnpm]
pnpm add @herb-tools/core
```

```shell [yarn]
yarn add @herb-tools/core
```

```shell [bun]
bun add @herb-tools/core
```
:::
