Open conartist6 opened 3 years ago
The docs say infoHash is guaranteed to be present in the response from parseTorrent(), but the typedefs permit it to be undefined in certain overloads.
infoHash
parseTorrent()
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/55768
The docs say
infoHash
is guaranteed to be present in the response fromparseTorrent()
, but the typedefs permit it to be undefined in certain overloads.