UNPKG

cbt-game-generator

Version:

Configuration generator for CBT animation apps

11 lines (10 loc) 292 B
export declare class GameMappingUpdater { private skillName; private gameName; private gameId; constructor(skillName: string, gameName: string, gameId: string); update(): void; private updateGamesTs; private updateSkillLoMapping; private convertToKebabCase; }