UNPKG
@innei/qbittorrent-browser
Version:
latest (9.6.7)
9.6.7
9.6.6
9.6.5
9.6.3
9.6.2
TypeScript api wrapper for qbittorrent using got
qbittorrent.vercel.app
scttcper/qbittorrent
@innei/qbittorrent-browser
/
dist
/
src
/
normalizeTorrentData.d.ts
4 lines
(3 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
import
{
type
NormalizedTorrent
}
from
'@ctrl/shared-torrent'
;
import
{
type
Torrent
}
from
'./types.js'
;
export
declare
function
normalizeTorrentData
(
torrent
:
Torrent
):
NormalizedTorrent
;