UNPKG

dicewerx

Version:

Standard dice notation parser and evaluator, written in TypeScript

4 lines (3 loc) 136 B
export { rollMin, rollMax } from "./operations"; export { evaluate } from "./parser"; export { forgeDice as forge } from "./diceforge";