Skip to content

Commit 9ab9fdf

Browse files
committed
fix
1 parent 2d6b825 commit 9ab9fdf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/error.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { type ErrorStatus, STATUS_TEXT } from "@std/http/status";
22

3+
export type { ErrorStatus };
4+
35
/**
46
* Error that's thrown when a request fails. Correlates to a
57
* {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status | HTTP status}.

0 commit comments

Comments
 (0)