Skip to content

Commit

Permalink
chore: add jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 6, 2024
1 parent c3f7cdb commit 8368ebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ const pools = new Map<string, Semaphore>()

// #region Wrapper

/**
* Options for {@link fetchAll}.
*/
export type FetchOptions = {
/**
* The pool key to use for rate limiting.\
Expand Down

0 comments on commit 8368ebd

Please sign in to comment.