repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e901162
)
Fix JSDoc (#171)
author
Shinigami
<chrissi92@hotmail.de>
Tue, 16 Feb 2021 17:45:14 +0000
(18:45 +0100)
committer
GitHub
<noreply@github.com>
Tue, 16 Feb 2021 17:45:14 +0000
(18:45 +0100)
src/worker/worker-options.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/worker/worker-options.ts
b/src/worker/worker-options.ts
index cf7237de3618465d47630c2d0934d278ffb0e242..55f3a074b769e8de6733deb667c43a6ca51b2328 100644
(file)
--- a/
src/worker/worker-options.ts
+++ b/
src/worker/worker-options.ts
@@
-21,7
+21,7
@@
export type KillBehavior = keyof typeof KillBehaviors
* Detects whether the given value is a kill behavior or not.
*
* @template KB Which specific KillBehavior to test against.
- * @param killBehavior Which kind of kill behavior to detect.
Default: `KillBehaviors.HARD`.
+ * @param killBehavior Which kind of kill behavior to detect.
* @param value Any value.
* @returns `true` if `value` was strictly equals to `killBehavior`, otherwise `false`.
*/