simple-task-master
Version:
A simple command-line task management tool
11 lines • 364 B
TypeScript
/**
* Path validation utilities for STM
*/
/**
* Validates the custom tasks directory path
* @param tasksDir - The proposed tasks directory path
* @returns The normalized tasks directory path
* @throws ValidationError if the path is invalid
*/
export declare function validateTasksDir(tasksDir: string): string;
//# sourceMappingURL=path-validation.d.ts.map