UNPKG

@swrpg-online/dice

Version:

A TypeScript library that creates dice rolls using the narrative dice system for the Star Wars Roleplaying Game by Fantasy Flight Games and Edge Studio.

3 lines (2 loc) 143 B
import { DicePool, RollResult, RollOptions } from "./types"; export declare const roll: (pool: DicePool, options?: RollOptions) => RollResult;