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) 345 B
import { IEstablishmentGenerateProps, IEstablishmentDomainObject } from "../interfaces/interfaces"; export declare const generate: (props?: IEstablishmentGenerateProps) => IEstablishmentDomainObject; declare const functions: { generate: (props?: IEstablishmentGenerateProps) => IEstablishmentDomainObject; }; export default functions;