Skip to content

Commit 6944181

Browse files
committed
revise version.d.ts
1 parent 42003a7 commit 6944181

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

type/version.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { Uint16 } from "../src/dep.ts";
2-
import { Enum } from "../src/mod.ts";
2+
import { Enum } from "../src/enum.js";
33
/**
44
* Version class representing different protocol versions.
55
* Extends Enum to provide constants for SSL and TLS versions.
66
*
7-
* @extends Enum
87
* @version 0.9.6
98
*/
109
export class Version extends Enum {

0 commit comments

Comments
 (0)