| 90 | } |
| 91 | |
| 92 | export interface DotenvConfigOutput { |
| 93 | error?: DotenvError; |
| 94 | parsed?: DotenvParseOutput; |
| 95 | } |
| 96 | |
| 97 | type DotenvError = Error & { |
| 98 | code: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…