UNPKG

dice-typescript

Version:

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

5 lines (4 loc) 153 B
export * from './expression-node.class'; export * from './factory.class'; export * from './node-attributes.class'; export * from './node-type.enum';