UNPKG

hackages

Version:

CLI tool for learning software development concepts through test-driven development

3 lines (2 loc) 159 B
export declare function getProgress(): Promise<any>; export declare function updateProgress(exerciseId: string, status: string, score?: number): Promise<any>;