| 17 | } |
| 18 | |
| 19 | export interface Config { |
| 20 | dbname: string; |
| 21 | user: string; |
| 22 | pass: string; |
| 23 | options: Options; |
| 24 | autoOptions: AutoOptions; |
| 25 | } |
| 26 | |
| 27 | declare const config: Config; |
| 28 | export default config; |
nothing calls this directly
no outgoing calls
no test coverage detected