Skip to content

Commit f420dad

Browse files
author
zhangheng
committed
暴露断点信息判断函数
1 parent 1c4b28f commit f420dad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { region } from "./config";
22
import {
33
createMkFileUrl,
44
getUploadUrl,
5+
getLocalFileInfo,
56
getHeadersForMkFile,
67
getHeadersForChunkUpload,
78
filterParams
@@ -39,6 +40,7 @@ export {
3940
region,
4041
createMkFileUrl,
4142
getHeadersForChunkUpload,
43+
getLocalFileInfo,
4244
getHeadersForMkFile,
4345
filterParams,
4446
getUploadUrl,

0 commit comments

Comments
 (0)