UNPKG

transmission-rpc-client

Version:
9 lines (8 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseStatus = void 0; const GetTorrent_1 = require("../model/torrent/GetTorrent"); const parseStatus = (s) => { return GetTorrent_1.TorrentStatus[Object.keys(GetTorrent_1.TorrentStatus)[s]]; }; exports.parseStatus = parseStatus;