X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fworker-options.ts;h=30da0a64c4688679c3730a635fd9c76c5feaf5b2;hb=8f52842f4b4fa9059f25fc4a90e8bbe8db2f5e63;hp=4e5a3d07d99c372b5d24854471d6b97f9c297566;hpb=a9d9ea34ae4621d0babc235b10614c7c8c37d88b;p=poolifier.git diff --git a/src/worker/worker-options.ts b/src/worker/worker-options.ts index 4e5a3d07..30da0a64 100644 --- a/src/worker/worker-options.ts +++ b/src/worker/worker-options.ts @@ -20,7 +20,7 @@ export type KillBehavior = keyof typeof KillBehaviors /** * Detects whether the given value is a kill behavior or not. * - * @typeParam KB - Which specific KillBehavior to test against. + * @typeParam KB - Which specific KillBehavior type to test against. * @param killBehavior - Which kind of kill behavior to detect. * @param value - Any value. * @returns `true` if `value` was strictly equals to `killBehavior`, otherwise `false`.