UNPKG

roleplayer

Version:

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

6 lines (4 loc) 80 B
import { Id } from "../../lib/generate-id"; export type Party = { id: Id; };