UNPKG

dice-typescript

Version:

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

7 lines (6 loc) 171 B
export * from './ast'; export * from './random'; export * from './generator'; export * from './interpreter'; export * from './parser'; export * from './dice.class';