We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6b825 commit 9ab9fdfCopy full SHA for 9ab9fdf
1 file changed
src/error.ts
@@ -1,5 +1,7 @@
1
import { type ErrorStatus, STATUS_TEXT } from "@std/http/status";
2
3
+export type { ErrorStatus };
4
+
5
/**
6
* Error that's thrown when a request fails. Correlates to a
7
* {@link https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status | HTTP status}.
0 commit comments