Feature: add ts support for upyun

This commit is contained in:
萌萌哒赫萝
2023-08-28 02:38:27 -07:00
parent 3085385e03
commit 95faa5b247
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
// 忽略 TypeScript 错误
// @ts-ignore
import Upyun from 'upyun'
// 加密函数、获取文件 MIME 类型、新的下载器、got 上传函数、并发异步任务池、错误格式化函数

View File

@@ -1,4 +1,3 @@
// @ts-ignore
import Upyun from 'upyun'
export default class UpyunApi {