| 33 | } |
| 34 | |
| 35 | export interface DotenvParseOutput { |
| 36 | [name: string]: string; |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Parses a string or buffer in the .env file format into an object. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…