(key: string)
| 770 | } |
| 771 | |
| 772 | export function isProjectConfigKey(key: string): key is ProjectConfigKey { |
| 773 | return PROJECT_CONFIG_KEYS.includes(key as ProjectConfigKey) |
| 774 | } |
| 775 | |
| 776 | /** |
| 777 | * Detect whether writing `fresh` would lose auth/onboarding state that the |
nothing calls this directly
no outgoing calls
no test coverage detected