mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 21:40:03 +00:00
Linting Fix: Switch to function property
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user