| 34 | |
| 35 | /** Error class used when the Google Sync configuration is invalid. */ |
| 36 | export class InvalidGoogleSyncConfigError extends Error {} |
| 37 | |
| 38 | /** Transforms the given sync configuration into a file match function. */ |
| 39 | export function transformConfigIntoMatcher(config: GoogleSyncConfig): { |
nothing calls this directly
no outgoing calls
no test coverage detected