UNPKG
@file-cache/core
Version:
latest (2.0.0)
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.2
0.0.1
A cache for file metadata or file content.
github.com/azu/file-cache
azu/file-cache
@file-cache/core
/
cjs
/
md5.d.ts
4 lines
•
159 B
TypeScript
View Raw
1
2
3
4
/// <reference types="node" />
import
{
BinaryLike
}
from
"crypto"
;
export
declare
const
md5
:
(
buffer
:
BinaryLike
) =>
string
;
//# sourceMappingURL=md5.d.ts.map