Skip to content

Commit

Permalink
Remove non-existent methods
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky committed Nov 23, 2023
1 parent abe6207 commit a1cdad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wrappers/themis/jsthemis/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ export declare class SecureSession {
constructor(peerID: Uint8Array, privateKey: Uint8Array, getPublicKeyCallback: GetPublicKeyCallback);
isEstablished(): boolean;
connectRequest(): Uint8Array;
sendToPeer(message: Uint8Array): void;
receiveFromPeer(): Uint8Array;
wrap(message: Uint8Array): Uint8Array;
unwrap(message: Uint8Array): Uint8Array;
}
Expand Down

0 comments on commit a1cdad8

Please sign in to comment.