PokéRogue
    Preparing search index...
    • Convert an object into a oneline diff to be shown in an error message.

      Parameters

      • this: MatcherState
      • obj: unknown

        The object to return the oneline diff of

      Returns string

      The updated diff

      const diff = getOnelineDiffStr.call(this, obj)