Type Alias HashFunction

HashFunction: (x: Any) => number

Custom function to hash values to improve faster comparaisons

Type declaration

    • (x: Any): number
    • Parameters

      Returns number