Skip to content

Commit

Permalink
refactor: remove redundant params
Browse files Browse the repository at this point in the history
  • Loading branch information
vinh.nguyen committed Dec 30, 2023
1 parent 060db4f commit c5b7592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.d.ts
Expand Up @@ -12,7 +12,6 @@ export interface DotenvParseOutput {
* See https://docs.dotenv.org
*
* @param src - contents to be parsed. example: `'DB_HOST=localhost'`
* @param options - additional options. example: `{ debug: true }`
* @returns an object with keys and values based on `src`. example: `{ DB_HOST : 'localhost' }`
*/
export function parse<T extends DotenvParseOutput = DotenvParseOutput>(
Expand Down

0 comments on commit c5b7592

Please sign in to comment.