Skip to content

Commit

Permalink
fix: rename serverClient.d.ts
Browse files Browse the repository at this point in the history
to solve an issue with type imports
  • Loading branch information
mikuso committed Mar 29, 2024
1 parent 29e9d41 commit 4fde3f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/server.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { IncomingMessage, Server } from "http";
import { ServerOptions } from "ws";
import { EventEmitter } from "stream";
import { Validator } from "./validator";
import { IHandshakeInterface } from "./serverClient";
import { IHandshakeInterface } from "./server-client";
import { Socket } from "net";
interface IOccpServiceOptions {
wssOptions?: ServerOptions;
Expand Down

0 comments on commit 4fde3f8

Please sign in to comment.