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); }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i md5cache

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

12.2 kB

Total Files

8

Last publish

Collaborators

  • w2moon