Skip to content

Commit c5b7592

Browse files
author
vinh.nguyen
committedDec 30, 2023
refactor: remove redundant params
1 parent 060db4f commit c5b7592

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/main.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export interface DotenvParseOutput {
1212
* See https://docs.dotenv.org
1313
*
1414
* @param src - contents to be parsed. example: `'DB_HOST=localhost'`
15-
* @param options - additional options. example: `{ debug: true }`
1615
* @returns an object with keys and values based on `src`. example: `{ DB_HOST : 'localhost' }`
1716
*/
1817
export function parse<T extends DotenvParseOutput = DotenvParseOutput>(

0 commit comments

Comments
 (0)
Please sign in to comment.