Skip to content

Commit eff9639

Browse files
committed
add @ts-self-types for signaturealgo.js
1 parent 51bd1e5 commit eff9639

File tree

2 files changed

+2
-1
lines changed

2 files changed

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

src/signaturealgo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ts-self-types = "../type/signaturealgo.d.ts"
12
import { SignatureScheme } from "@tls/enum";
23
import { Constrained, Uint16 } from "./dep.ts";
34
import { Struct } from "./dep.ts";

0 commit comments

Comments
 (0)