UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

13 lines (12 loc) 302 B
/** * @module hash * @author M.Karkowski * @email M.Karkowski@zema.de * * Helper module to generate `hashs` of different type of objects. */ /** * Function to generate a Hash * @param obj the Object, that should be hashed */ export declare function generateHash(obj: any): string;