List remotes.
Resolves successfully with an array of {remote, url} objects.
{remote, url}
const remotes = await listRemotes({ fs, dir: '/tutorial' })console.log(remotes)
Generated using TypeDoc
List remotes.
Returns
Resolves successfully with an array of
{remote, url}
objects.Example