UNPKG

@jingoz/file-slicer

Version:

@jingoz/file-slicer 是一个 npm 包,提供了文件根据自定义大小分片并计算 hash 的功能。

4 lines (3 loc) 115 B
export * from './types'; export { FileSlicer } from './fileSlicer'; export { FileWithHash } from './fileWithHash';