mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3908 from impinball/patch-1
Fix ErrnoException `errno` type
This commit is contained in:
Vendored
+1
-1
@@ -79,7 +79,7 @@ declare var Buffer: {
|
||||
************************************************/
|
||||
declare module NodeJS {
|
||||
export interface ErrnoException extends Error {
|
||||
errno?: any;
|
||||
errno?: number;
|
||||
code?: string;
|
||||
path?: string;
|
||||
syscall?: string;
|
||||
|
||||
Reference in New Issue
Block a user