@bantohq/ir
v0.2.0
Published
TypeScript type definitions for the Banto DSL intermediate representation — the shape of the compiled `game.json` that [`@bantohq/compiler`](https://www.npmjs.com/package/@bantohq/compiler) produces.
Readme
@bantohq/ir
TypeScript type definitions for the Banto DSL intermediate representation — the
shape of the compiled game.json that @bantohq/compiler
produces.
This is a types-only package. Install it when you need to read or manipulate compiled Banto games in a type-safe way.
npm install @bantohq/irimport type { /* IR node types */ } from "@bantohq/ir";