Files
2026-08-09 13:49:54 +01:00

5 lines
230 B
TypeScript

// ponytail: runnable self-check for the dice-notation parser. Not part of
// the app build (scripts/ is outside tsconfig.app's include). Run with:
// node scripts/check-dice.ts
import { demo } from "../src/lib/dice.ts";
demo();