UNPKG

hackages

Version:

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

4 lines (3 loc) 212 B
import { LearningGoal } from "../types/index.js"; export declare function generateLearningGoal(): Promise<LearningGoal | void>; export declare function generateContent(learningGoal: LearningGoal): Promise<void>;