From a7527d297c2fcbd3f522b02d50468adeabf78ddb Mon Sep 17 00:00:00 2001 From: Iku Iwasa Date: Wed, 23 Oct 2019 05:46:44 +0900 Subject: [PATCH] [@types/node] Add netbsd to type of platforms (#39314) --- types/node/globals.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" |