UNPKG

roleplayer

Version:

A library for building table top role playing game worlds, and managing campaigns in those worlds

7 lines (5 loc) 108 B
import type { Id } from "../../lib/generate-id"; export type Round = { id: Id; roundNumber: number; };