Function listRemotes

  • List remotes.

    Returns

    Resolves successfully with an array of {remote, url} objects.

    Example

    const remotes = await listRemotes({ fs, dir: '/tutorial' })
    console.log(remotes)

    Parameters

    Returns Promise<{
        remote: string;
        url: string;
    }[]>

Generated using TypeDoc