Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Hashable

A hashable object has a key and a function that returns an integer hash on that key

Hierarchy

  • Hashable

Implemented by

Index

Properties

Properties

hash

hash: () => number

Type declaration

    • (): number
    • Returns number

key

key: string

Generated using TypeDoc