| 1058 | }; |
| 1059 | |
| 1060 | interface GetConfigOptions { |
| 1061 | globalPath?: string; |
| 1062 | envPath?: string; |
| 1063 | setDefaultValues?: boolean; |
| 1064 | } |
| 1065 | |
| 1066 | const cleanUndefinedValues = (config: ConfigType) => { |
| 1067 | return Object.fromEntries( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…