(key: string)
| 790 | } |
| 791 | |
| 792 | export function isProjectConfigKey(key: string): key is ProjectConfigKey { |
| 793 | return PROJECT_CONFIG_KEYS.includes(key as ProjectConfigKey) |
| 794 | } |
| 795 | |
| 796 | /** |
| 797 | * Detect whether writing `fresh` would lose auth/onboarding state that the |
nothing calls this directly
no outgoing calls
no test coverage detected