Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 702 Bytes

hasher.Hashable.md

File metadata and controls

33 lines (18 loc) · 702 Bytes

# Node object hash / hasher / Hashable

Interface: 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

Table of contents

Properties

Properties

toHashableString

toHashableString: () => string

Type declaration

▸ (): string

Returns

string

Defined in

hasher.ts:38