Function stringify

  • Function to stringify an Object. This Function is able to stringify Functions as well. Use the Flag withFunctions

    Parameters

    • obj: any

      The Object.

    • withFunctions: boolean = false

      Flag to Turn on / off the parsing of functions

    Returns string

Generated using TypeDoc