Repository URL to install this package:
|
Version:
1.3.2 ▾
|
/**
* @example for why `id` in part of a variable name sucks
* @see https://bitbucket.org/skava-admin/skreact/commits/fbdc931637a385f99a802f9cce5ef3c7c8953632?at=dev
*/
/**
* different than the other to identifiers -.-
* value-equals-identity
* one day, easy to wicked optimize this => trie
*/
declare function toIdentityHash(small: Object | string, ignoreReference?: boolean | Object): string;
export default toIdentityHash;
export { toIdentityHash };