UNPKG
@jingoz/file-slicer
Version:
latest (0.0.2)
0.0.2
0.0.1
@jingoz/file-slicer 是一个 npm 包,提供了文件根据自定义大小分片并计算 hash 的功能。
@jingoz/file-slicer
/
lib
/
index.ts
5 lines
(3 loc)
•
117 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./types'
export
{
FileSlicer
}
from
'./fileSlicer'
export
{
FileWithHash
}
from
'./fileWithHash'