UNPKG

md-linear-sync

Version:

Sync Linear tickets to local markdown files with status-based folder organization

6 lines 219 B
export declare function importCommand(): Promise<void>; export declare function getImportStats(directory?: string): { totalFiles: number; byStatus: Record<string, number>; }; //# sourceMappingURL=import.d.ts.map