mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[@types/node] Add netbsd to type of platforms (#39314)
This commit is contained in:
parent
f02a0551df
commit
a7527d297c
3
types/node/globals.d.ts
vendored
3
types/node/globals.d.ts
vendored
@ -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" |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user