()
| 53 | }; |
| 54 | |
| 55 | const getConfig = (): Config => { |
| 56 | invariant(registeredConfig, 'config should be set'); |
| 57 | return registeredConfig; |
| 58 | }; |
| 59 | |
| 60 | const hasConfig = (): boolean => { |
| 61 | return !!registeredConfig; |
no outgoing calls
no test coverage detected