Function sortObjectKeys

  • Given a value, recursively sort the keys of all objects it references (without sorting arrays).

    Parameters

    • objectOrArray: unknown

      the object or array in which to sort object keys

    Returns any

Generated using TypeDoc