Skip to content

Commit e66990c

Browse files
committed
add get handshake() to EndOfEarlyData
1 parent 7728de1 commit e66990c

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.5.2",
3+
"version": "0.5.3",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]

type/handshaketype.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,5 @@ declare class EndOfEarlyData extends Uint8Array {
156156
* Processes and retrieves handshake information for the `EndOfEarlyData` instance.
157157
* @returns The result of the handshake process.
158158
*/
159-
handshake(): Handshake;
159+
get handshake(): Handshake;
160160
}

0 commit comments

Comments
 (0)