Function rm

  • Recursively delete files and directories at the given path. Equivalent to POSIX "rm -rf".

    Parameters

    • path: string

      Path to be removed.

    Returns Promise<void>

Generated using TypeDoc