From 8368ebd9fab6b10d9c472698ecf5588cd888c0d9 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:17:25 +0530 Subject: [PATCH] chore: add jsdoc --- src/utils.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils.ts b/src/utils.ts index e052281..990b1ec 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -54,6 +54,9 @@ const pools = new Map() // #region Wrapper +/** + * Options for {@link fetchAll}. + */ export type FetchOptions = { /** * The pool key to use for rate limiting.\