UNPKG

ai-dev-diary

Version:

Intelligent development diary system for AI-assisted projects

4 lines 274 B
export declare function detectGitHubUsername(): Promise<string | null>; export declare function formatAuthorName(author: string): string; export declare function getAuthorPath(basePath: string, author: string, teamMode: boolean): string; //# sourceMappingURL=github.d.ts.map