X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils.ts;h=a33758ce64c1ad72890b8d6e8b40b96336316c65;hb=6c28572915241e7bdbe83d3d9896bc891dcf1f0b;hp=d15f63c557e813aec9fdeeae7f993be8f8adedc4;hpb=260d2e6df285501c69e0d4f6d29fcd4b5266ed54;p=poolifier.git diff --git a/src/utils.ts b/src/utils.ts index d15f63c5..a33758ce 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -135,7 +135,7 @@ export const isPlainObject = (value: unknown): value is object => * * @typeParam KB - Which specific KillBehavior type to test against. * @param killBehavior - Which kind of kill behavior to detect. - * @param value - Any value. + * @param value - Unknown value. * @returns `true` if `value` was strictly equals to `killBehavior`, otherwise `false`. * @internal */