[@types/node] Add netbsd to type of platforms (#39314)

This commit is contained in:
Iku Iwasa
2019-10-22 13:46:44 -07:00
committed by Wesley Wigham
parent f02a0551df
commit a7527d297c
+2 -1
View File
@@ -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" |