UNPKG

@randsum/salvageunion

Version:

A flexible, type-safe dice roller for the Salvage Union system

19 lines (16 loc) 266 B
export { rollSU } from './rollSU' export { AllRollTables, MechSalvageTable, NPCTables, PCTables, ReactorOverloadTable, RollTables } from './tables' export type { SUHit, SUTableListing, SUTableName, SUTableResult, SUTableType } from './types'