UNPKG

chronik-cache

Version:

A cache helper for chronik-client

6 lines (5 loc) 158 B
/** * Compute the hash using key data. * Only key data is passed to generate a consistent hash. */ export declare function computeHash(data: any): string;