mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
verror: Fix lint
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ declare namespace VError {
|
||||
}
|
||||
|
||||
interface Options {
|
||||
cause?: Error | null | undefined;
|
||||
cause?: Error | null;
|
||||
name?: string;
|
||||
strict?: boolean;
|
||||
constructorOpt?(...args: any[]): void;
|
||||
|
||||
Reference in New Issue
Block a user