5 lines
230 B
TypeScript
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(); |