Function parseTreeAsync

  • Returns a promise to a string representation of a Directory Tree given an object returned from scan

    Parameters

    • dirTree: Dree

      The object returned from scan, which will be parsed

    • Optional options: ParseOptions

      An object used as options of the function

    Returns Promise<string>

    A promise to a string representing the object given as first parameter

Generated using TypeDoc