personae
Version:
This tool is used to generate a person either NPC or other Edit
9 lines (8 loc) • 347 B
TypeScript
declare class Saver {
static load(filepath?: string): any;
static convertJSONToDnD(filepath?: string): void;
static convertDnDToJSON(filepath?: string): void;
static save(filepath?: string, inputData?: {}): void;
static finish(outputDir: any, question: any, data: any, defaultName: any, cb: any): void;
}
export default Saver;