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.
1 parent a1c83a9 commit 49fb347Copy full SHA for 49fb347
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/enum",
3
- "version": "0.8.1",
+ "version": "0.8.2",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
type/alert.d.ts
@@ -155,7 +155,7 @@ export class AlertDescription extends Enum {
155
get level(): AlertLevel;
156
get byte(): Uint8;
157
}
158
-declare class Alert extends Uint8Array {
+export declare class Alert extends Uint8Array {
159
/**
160
* The alert level (0 for warning, 1 for fatal).
161
*/
0 commit comments