UNPKG

mcp-think-tank

Version:

Structured thinking and knowledge management tool for Model Context Protocol

6 lines 213 B
/** * Creates a directory and any parent directories if they don't exist * @param dirPath - The path to create */ export declare function createDirectory(dirPath: string): void; //# sourceMappingURL=fs.d.ts.map