UNPKG

@randsum/dice

Version:

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

9 lines (8 loc) 250 B
export * from './D'; export { roll } from './roll'; export * from './guards'; export type * from './types'; export * from '@randsum/core'; export * from '@randsum/notation'; export type * from '@randsum/core'; export type * from '@randsum/notation';