UNPKG

@notes-sync/service

Version:

Background service for AI-powered note synchronization

6 lines (5 loc) 164 B
export declare class FileWatcher { private watcher?; start(notesDir: string, glob: string, ignore: string[], onSync: () => void): void; stop(): void; }