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.

6 lines (5 loc) 185 B
import { IMagicItemGenerateProps } from "../interfaces/interfaces"; declare const functions: { generate: (props?: IMagicItemGenerateProps) => any; }; export default functions;