Function readdir

  • Open the directory at the given path in order to navigate its content. See readdir(3)

    Parameters

    • path: string

      Path to the directory.

    Returns Promise<DirHandle>

Generated using TypeDoc