mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fixed typo in bittorrent-protocol types (#38469)
This commit is contained in:
parent
e366d47640
commit
5458cfb911
2
types/bittorrent-protocol/index.d.ts
vendored
2
types/bittorrent-protocol/index.d.ts
vendored
@ -48,7 +48,7 @@ declare namespace BittorrentProtocol {
|
||||
|
||||
setKeepAlive(enable: boolean): void;
|
||||
|
||||
setTimeot(ms: number, unref?: boolean): void;
|
||||
setTimeout(ms: number, unref?: boolean): void;
|
||||
|
||||
destroy(): void;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user