Skip to content

Commit a66c745

Browse files
committed
remove redundant ErrnoError interface
1 parent 64e3e46 commit a66c745

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

types/emscripten/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ declare namespace FS {
119119
interface FSNode {
120120
mode: number;
121121
}
122-
interface ErrnoError {}
123122

124123
class ErrnoError extends Error {
125124
name: "ErronoError";

0 commit comments

Comments
 (0)