diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-06-19 13:41:09 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-19 13:41:09 +0530 |
| commit | 8dd7beb7c6b775d0952c6be0e458066d4cb7ad09 (patch) | |
| tree | c3768062823b2a161955de4d1e49733bdf7f0fa5 /cli | |
| parent | 209b2868131f43e1707fc706805a270a2b73d45a (diff) | |
fix(ext/node): Add SIGPOLL and SIGUNUSED signals (#24259)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/tsc/dts/lib.deno.ns.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts index e89f01cdb..4e9765cef 100644 --- a/cli/tsc/dts/lib.deno.ns.d.ts +++ b/cli/tsc/dts/lib.deno.ns.d.ts @@ -4416,6 +4416,8 @@ declare namespace Deno { | "SIGINFO" | "SIGINT" | "SIGIO" + | "SIGPOLL" + | "SIGUNUSED" | "SIGKILL" | "SIGPIPE" | "SIGPROF" |
