Function hash

  • Return a hash value for a given object. The hash will be the same for subsequent invocations.

    Returns

    The hash value.

    Parameters

    • obj: string

      The given object.

    Returns number

  • Type Parameters

    • T

    Parameters

    • obj: T

    Returns T

Generated using TypeDoc