UNPKG

@opendnd/genetica

Version:

This is a tool for using a simplified genetics system to generate inheritable traits for DnD characters.

9 lines (8 loc) 267 B
import { DNA } from "@opendnd/core"; declare class Renderer { static leftSpace(c: any, n: any): string; static rightSpace(c: any, n: any): string; static chromosome(c: any, g: any): string; static output(result: DNA): void; } export default Renderer;