UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

11 lines (10 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const wget_1 = require("./wget"); wget_1.default('http://upgrade-os.hard-chain.cn/201911291926/dphotos-develop-2.313.119.tar.gz', './out/2018-10-19_leveldb_full.zip', { renewal: true, limit: 200 * 1024, onProgress: e => { console.log(e, Math.floor(e.speed / 1024)); }, }).then(console.error);