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.

7 lines (6 loc) 327 B
import { ISettlementGenerateProps, ISettlementDomainObject } from "../interfaces/interfaces"; export declare const generate: (props?: ISettlementGenerateProps) => ISettlementDomainObject; declare const functions: { generate: (props?: ISettlementGenerateProps) => ISettlementDomainObject; }; export default functions;