UNPKG

dice-typescript

Version:

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

5 lines (4 loc) 157 B
import { FunctionDefinition } from './function-definition.type'; export declare class FunctionDefinitionList { [name: string]: FunctionDefinition; }