From 080f9fb4c76c9e68333ac7895222678912635da7 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Sun, 20 Oct 2024 21:30:33 -0500 Subject: [PATCH] Update doc comment --- src/utils.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index eeb2f9b..83150ae 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -54,9 +54,7 @@ function errnoForDOMException(ex: DOMException): keyof typeof Errno { } } -/** - * @internal - */ +/** @internal */ export type ConvertException = ErrnoError | DOMException | Error; /**