1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-13 21:01:52 +00:00

Linting Fix: Switch to function property

This commit is contained in:
Vadhvis
2024-07-09 11:39:37 +03:00
parent 4ed4d756c9
commit 2b65bb4b14

@@ -7,6 +7,6 @@ nodeCrypto.createDiffieHellman = browserDH.createDiffieHellman
// Declare function missing from @types // Declare function missing from @types
declare module 'ssh2' { declare module 'ssh2' {
interface Client { interface Client {
setNoDelay(enable?: boolean): this setNoDelay: (enable?: boolean) => this
} }
} }