UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller for tabletop RPGs, game development, and probability simulations

3 lines (2 loc) 137 B
import type { RollArgument, RollParams } from '../types'; export declare function normalizeArgument(argument: RollArgument): RollParams;