UNPKG

@randsum/salvageunion

Version:

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

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