UNPKG

@jingoz/file-slicer

Version:

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

5 lines (3 loc) 117 B
export * from './types' export { FileSlicer } from './fileSlicer' export { FileWithHash } from './fileWithHash'