UNPKG

dice-typescript

Version:

A TypeScript library for parsing dice rolling expressions, most commonly used in tabletop RPGs.

5 lines (4 loc) 98 B
export interface InterpreterOptions { maxRollTimes?: number; maxDiceSides?: number; }