UNPKG

cbt-game-generator

Version:

Configuration generator for CBT animation apps

11 lines (10 loc) 274 B
export declare class AssetDirectoryGenerator { private skillName; private gameName; private targets; constructor(skillName: string, gameName: string, targets: { [key: string]: string[]; }); generate(): void; private convertToKebabCase; }