Function parseAsync

  • Returns a promise to a string representation of a Directory Tree given a path to a directory or file

    Parameters

    • path: string

      The path which you want to inspect

    • Optional options: ParseOptions

      An object used as options of the function

    Returns Promise<string>

    A promise to a string representing the Directory Tree of the given path

Generated using TypeDoc