UNPKG
chronik-cache
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.3.34
0.3.5
0.3.3
0.3.2
0.3.1
0.2.0
A cache helper for chronik-client
chronik-cache
/
dist
/
src
/
lib
/
hash.d.ts
6 lines
(5 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Compute the hash using key data. * Only key data is passed to generate a consistent hash. */
export
declare function
computeHash
(data: any)
: string;