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