diff --git a/env-var.d.ts b/env-var.d.ts index 396b22f..e408cce 100644 --- a/env-var.d.ts +++ b/env-var.d.ts @@ -305,7 +305,6 @@ export type RaiseErrorFn = (error: string) => void export type ExtensionFn = (value: string, ...args: any[]) => T export const accessors: PublicAccessors -export const EnvVarError: EnvVarError export function logger (varname: string, str: string): void