# Node object hash / hasher / Hashable
hasher.Hashable
If object implements Hashable interface then value from toHash will be used for hash function. It means that the different objects with the function toHash that return the same value will have the same hash
• toHashableString: () => string
▸ (): string
string