aboutsummaryrefslogtreecommitdiff
path: root/ts/njs_core.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ts/njs_core.d.ts')
-rw-r--r--ts/njs_core.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ts/njs_core.d.ts b/ts/njs_core.d.ts
index 2f1d45d0..f64c9576 100644
--- a/ts/njs_core.d.ts
+++ b/ts/njs_core.d.ts
@@ -581,6 +581,7 @@ interface NjsProcess {
readonly env: NjsEnv;
/**
+ * Send signal to a process by its PID.
* @since 0.8.8
*/
kill(pid: number, signal?: string | number): true;