mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add cygwin to type of platforms in node
This commit is contained in:
3
types/node/index.d.ts
vendored
3
types/node/index.d.ts
vendored
@@ -379,7 +379,8 @@ declare namespace NodeJS {
|
||||
| 'linux'
|
||||
| 'openbsd'
|
||||
| 'sunos'
|
||||
| 'win32';
|
||||
| 'win32'
|
||||
| 'cygwin';
|
||||
|
||||
type Signals =
|
||||
"SIGABRT" | "SIGALRM" | "SIGBUS" | "SIGCHLD" | "SIGCONT" | "SIGFPE" | "SIGHUP" | "SIGILL" | "SIGINT" | "SIGIO" |
|
||||
|
||||
Reference in New Issue
Block a user