Function printPretty

  • Prints the properties of an object in a formatted way.

    Parameters

    • obj: any

      The object whose properties need to be printed.

    • indent: number = 0

      The number of spaces to indent. Default is 0.

    Returns void

Generated using TypeDoc