UNPKG

@seroh/roll

Version:

An RPG dice-rolling library with a variety of built-in roll mechanics.

8 lines 263 B
import { Randomizer } from "../randomizer/Randomizer"; export declare class SingleRollMechanic { do(min: number, max: number, randomizer: Randomizer): { result: number; rolls: number[]; }; } //# sourceMappingURL=SingleRollMechanic.d.ts.map