Appearance
crelte / ssr / calcKey
function calcKey(data): Promise<string>;
Calculates a key based on the json representation of the data
If available hashes the data using SHA-1
any
Promise<string>
Promise
string