Function getPrimaryKeyHashGenerator

  • Creates a primary key hash generator that takes an item from any format converts it to class format, then to plain, then uses the primitive values to create a string hash.

    This function is designed to work on the plain values (db records or json values)

    Parameters

    Returns ((value: any) => string)

      • (value: any): string
      • Parameters

        • value: any

        Returns string

Generated using TypeDoc