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 51bd1e5 commit eff9639Copy full SHA for eff9639
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tls/extension",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"exports": "./src/mod.ts",
5
"publish": {
6
"exclude": ["dist/"]
src/signaturealgo.js
@@ -1,3 +1,4 @@
+//@ts-self-types = "../type/signaturealgo.d.ts"
import { SignatureScheme } from "@tls/enum";
import { Constrained, Uint16 } from "./dep.ts";
import { Struct } from "./dep.ts";
0 commit comments