Indicates that the implementer supports producing a hash from object properties.

interface Hashable {
    toHash: (() => void);
}

Properties

Properties

toHash: (() => void)

Type declaration

    • (): void
    • Returns void