*Update OnOpen type
This commit is contained in:
parent
e5f4f59477
commit
b9611cecd7
|
@ -2,6 +2,7 @@ import Proxy from "./proxy.js";
|
|||
import Socket from "./socket.js";
|
||||
import { Buffer } from "buffer";
|
||||
export type OnOpen = (
|
||||
peer: Peer,
|
||||
socket: Socket,
|
||||
data: any
|
||||
) =>
|
||||
|
|
Loading…
Reference in New Issue