# Node object hash / hasher / Hasher
hasher.Hasher
Name | Type |
---|---|
T |
unknown |
▸ hash(object
, opts?
): string
Create hash of an object
Name | Type | Description |
---|---|---|
object |
Hashable | T |
source object |
opts? |
HasherOptions |
- |
string
hash string of an object
▸ sort(object
): string
Create sorted string from an object
Name | Type | Description |
---|---|---|
object |
T |
source object |
string
sorted string from an object
▸ sortObject(object
): string
Create sorted string from an object
Alias
sort
Name | Type | Description |
---|---|---|
object |
T |
source object |
string
sorted string from an object