| 199 | } |
| 200 | |
| 201 | export interface DotenvConfigEnvSrc { |
| 202 | type: 'env'; |
| 203 | value: string | Buffer; |
| 204 | privateKeyName?: string; |
| 205 | } |
| 206 | |
| 207 | export interface DotenvConfigOutput { |
| 208 | error?: Error; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…