UNPKG

hackages

Version:

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

3 lines (2 loc) 150 B
import { LearningGoal } from "../types/index.js"; export declare function generateCommand(learningGoal?: LearningGoal): Promise<LearningGoal | void>;