Skip to content

Commit 42003a7

Browse files
committed
revise enum.d.ts
1 parent 0916218 commit 42003a7

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,4 +1,5 @@
11
import { Uint16 } from "../src/dep.ts";
2+
import { Enum } from "../src/mod.ts";
23
/**
34
* Version class representing different protocol versions.
45
* Extends Enum to provide constants for SSL and TLS versions.
@@ -62,5 +63,3 @@ export class Version extends Enum {
6263

6364
}
6465

65-
66-
import { Enum } from "../type/enum.d.ts";

0 commit comments

Comments
 (0)