Installation
You can install Stan directly from your favorite package manager.
info
Everything is included in the base package - no extras required (e.g., installing types separately).
- npm
- Yarn
- pnpm
- Bun
npm install --save @rkrupinski/stan
yarn add @rkrupinski/stan
pnpm add @rkrupinski/stan
bun add @rkrupinski/stan
Package exports
Some bundlers require additional configuration to handle the exports field in package.json:
- If you're using Parcel, make sure to follow this guide.