UNPKG

dice-typescript

Version:

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

8 lines (7 loc) 292 B
export * from './string-character-stream.class'; export * from './character-stream.interface'; export * from './lexer.interface'; export * from './dice-lexer.class'; export * from './non-global-definition-error.class'; export * from './token-type.enum'; export * from './token.class';