UNPKG

@randsum/root-rpg

Version:

A flexible, type-safe dice roller for the Root RPG system

4 lines (3 loc) 181 B
import { type NumericRollResult } from '@randsum/dice'; import type { RootResult } from './types'; export declare function rollRoot(bonus: number): [RootResult, NumericRollResult];