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 7728de1 commit e66990cCopy full SHA for e66990c
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/enum",
3
- "version": "0.5.2",
+ "version": "0.5.3",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
type/handshaketype.d.ts
@@ -156,5 +156,5 @@ declare class EndOfEarlyData extends Uint8Array {
156
* Processes and retrieves handshake information for the `EndOfEarlyData` instance.
157
* @returns The result of the handshake process.
158
*/
159
- handshake(): Handshake;
+ get handshake(): Handshake;
160
}
0 commit comments