()
| 121 | } |
| 122 | |
| 123 | export function twitterBookmarksIndexPath(): string { |
| 124 | return path.join(dataDir(), 'bookmarks.db'); |
| 125 | } |
| 126 | |
| 127 | export function preferencesPath(): string { |
| 128 | return path.join(dataDir(), '.preferences'); |
no test coverage detected