Skip to content

Commit 49fb347

Browse files
committed
add export to Alert d.ts
1 parent a1c83a9 commit 49fb347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tls/enum",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]

type/alert.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class AlertDescription extends Enum {
155155
get level(): AlertLevel;
156156
get byte(): Uint8;
157157
}
158-
declare class Alert extends Uint8Array {
158+
export declare class Alert extends Uint8Array {
159159
/**
160160
* The alert level (0 for warning, 1 for fatal).
161161
*/

0 commit comments

Comments
 (0)