Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 21, 2024
1 parent 131dc87 commit 080f9fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ function errnoForDOMException(ex: DOMException): keyof typeof Errno {
}
}

/**
* @internal
*/
/** @internal */
export type ConvertException = ErrnoError | DOMException | Error;

/**
Expand Down

0 comments on commit 080f9fb

Please sign in to comment.