UNPKG

aurinn-train-content-generator

Version:

A custom fork of the fantasy-name-content-generator specifically for Aurinn Train, a custom D&D campaign format.

8 lines (7 loc) 257 B
import { INPCGenerateProps, INPCDomainObject } from "../interfaces/interfaces"; declare const functions: { generate: (props?: INPCGenerateProps) => INPCDomainObject; trait: () => string; desire: () => string; }; export default functions;