We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0eda4 + 81494c9 commit 4f2a23bCopy full SHA for 4f2a23b
deno.jsonc
@@ -1,6 +1,6 @@
1
{
2
"name": "@udibo/http-error",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"exports": {
5
".": "./mod.ts"
6
},
mod.ts
@@ -1,8 +1,3 @@
-/**
- * Utilities for creating and working with Http Errors.
- *
- * @module
- */
import { STATUS_CODE, STATUS_TEXT, type StatusCode } from "@std/http/status";
7
8
/** Options for initializing an HttpError. */
0 commit comments