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

This commit is contained in:
Iku Iwasa 2019-10-23 05:46:44 +09:00 committed by Wesley Wigham
parent f02a0551df
commit a7527d297c

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" |