UNPKG

@randsum/dice

Version:

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

16 lines (8 loc) 249 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'