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 d12ad44 commit 4dcb5f9Copy full SHA for 4dcb5f9
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/enum",
3
- "version": "0.2.9",
+ "version": "0.3.0",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
src/handshaketype.js
@@ -1,7 +1,7 @@
// deno-lint-ignore-file no-slow-types
// @ts-self-types="../type/handshaketype.d.ts"
import { Enum } from "./enum.js";
-import { Struct, Uint24 } from "./dep.ts";
+import { Struct, Uint24, Uint8 } from "./dep.ts";
/**
7
* Represents TLS 1.3 Handshake message types as defined in RFC 8446 Section 4
0 commit comments