repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260d2e6
)
docs: refine code comment
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 13 Jan 2024 20:05:21 +0000
(21:05 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 13 Jan 2024 20:05:21 +0000
(21:05 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/utils.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/utils.ts
b/src/utils.ts
index d15f63c557e813aec9fdeeae7f993be8f8adedc4..a33758ce64c1ad72890b8d6e8b40b96336316c65 100644
(file)
--- 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
*/