UNPKG

dice-typescript

Version:

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

3 lines (2 loc) 81 B
export * from './dice-generator.class'; export * from './generator.interface';