Function getUpdatedMatchResults

  • Gets the values which need to be updated in a match when it's updated on insertion.

    Type Parameters

    • T extends MatchResults

    Parameters

    • match: T

      The up to date match.

    • existing: T

      The base match.

    • enableByes: boolean

      Whether to use BYEs or TBDs for null values in an input seeding.

    Returns T

Generated using TypeDoc