diff --git a/types/node/globals.d.ts b/types/node/globals.d.ts index d4a78e0ba7..484efe3fc8 100644 --- a/types/node/globals.d.ts +++ b/types/node/globals.d.ts @@ -701,7 +701,8 @@ declare namespace NodeJS { | 'openbsd' | 'sunos' | 'win32' - | 'cygwin'; + | 'cygwin' + | 'netbsd'; type Signals = "SIGABRT" | "SIGALRM" | "SIGBUS" | "SIGCHLD" | "SIGCONT" | "SIGFPE" | "SIGHUP" | "SIGILL" | "SIGINT" | "SIGIO" |