We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
motdotla
Learn more about funding links in repositories.
Report abuse
1 parent 060db4f commit c5b7592Copy full SHA for c5b7592
lib/main.d.ts
@@ -12,7 +12,6 @@ export interface DotenvParseOutput {
12
* See https://docs.dotenv.org
13
*
14
* @param src - contents to be parsed. example: `'DB_HOST=localhost'`
15
- * @param options - additional options. example: `{ debug: true }`
16
* @returns an object with keys and values based on `src`. example: `{ DB_HOST : 'localhost' }`
17
*/
18
export function parse<T extends DotenvParseOutput = DotenvParseOutput>(
0 commit comments