UNPKG

@notes-sync/service

Version:

Background service for AI-powered note synchronization

3 lines (2 loc) 274 B
export declare const DAILY_TEMPLATE = "# {date}\n\n_{quote} - {name}_\n\n\n**Today's Focus**\n\n- [ ] Task 1\n\n**Notes**\n\n\n\n**Done**\n\n\n\n**Tomorrow**\n\n\n\n"; export declare function getDailyTemplate(todayDate: string, quote: string, quoteAuthor?: string): string;