UNPKG

hackages

Version:

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

6 lines (5 loc) 187 B
/** * Loads an exercise from the Hackages API into the local IDE * @param exerciseId The exercise ID to load */ export declare function loadCommand(exerciseId: string): Promise<void>;