Add cygwin to type of platforms in node

This commit is contained in:
Mohsen Azimi
2017-07-05 19:26:00 -07:00
committed by GitHub
parent 0459750446
commit 5f0cd2c285

View File

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