Skip to content

Commit

Permalink
fix: remove duplicate identifier for EnvVarError (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadomaster authored Oct 29, 2021
1 parent 03f4fc2 commit f60ff5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion env-var.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export type RaiseErrorFn = (error: string) => void
export type ExtensionFn<T> = (value: string, ...args: any[]) => T

export const accessors: PublicAccessors
export const EnvVarError: EnvVarError

export function logger (varname: string, str: string): void

Expand Down

0 comments on commit f60ff5d

Please sign in to comment.