Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlemoe/tools


https://github.com/mlemoe/tools

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tools

记录各种常用工具

目前 demo:下载文件

使用:

```js
import { downloadFile } from "@mlemoe/tools";
// or using cjs
// const downloadFile = require("@mlemoe/tools").downloadFile

downloadFile(url, filePath);
```