Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlemoe/tools
https://github.com/mlemoe/tools
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlemoe/tools
- Owner: MleMoe
- License: mit
- Created: 2021-05-05T10:11:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T10:19:53.000Z (over 3 years ago)
- Last Synced: 2024-12-13T07:36:42.570Z (about 1 month ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tools
记录各种常用工具
目前 demo:下载文件
使用:
```js
import { downloadFile } from "@mlemoe/tools";
// or using cjs
// const downloadFile = require("@mlemoe/tools").downloadFiledownloadFile(url, filePath);
```