From 2d32b18c556ffcaf4c23ba3f8aedbe64839f7975 Mon Sep 17 00:00:00 2001 From: Yuki Motokane <216834584+motokaneyuki@users.noreply.github.com> Date: Mon, 21 Sep 2026 23:52:45 +0900 Subject: [PATCH] doc: add return type to Blocklist.isBlocklist Signed-off-by: Yuki Motokane <216834584+motokaneyuki@users.noreply.github.com> --- doc/api/net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/net.md b/doc/api/net.md index abe4661b70be..aabfaa4ead58 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -248,7 +248,7 @@ added: --> * `value` {any} Any JS value -* Returns `true` if the `value` is a `net.BlockList`. +* Returns {boolean} `true` if the `value` is a `net.BlockList`. ### `BlockList.PRIVATE_RANGES`