md5cache
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

md5cache

记录指定文件的md5值

let cache = new MD5Cache("记录文件路径");

let filePath = "文件路径";

// 是否新文件 if(cache.isNew(filePath)){ // 记录并刷新这个文件 cache.record(filePath); }

Readme

Keywords

none

Package Sidebar

Install

npm i md5cache

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

12.2 kB

Total Files

8

Last publish

Collaborators

  • w2moon