Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored Sep 5, 2024
1 parent e33b561 commit b335e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* SPDX-License-Identifier: GPL-3.0-only OR GPL-2.0-only
*/

import { Repo , RefDiff } from './repo'
import { Repo , RefDiff } from './Repo'


export { Logger } from './logger'
export { Repo , RefDiff , ZeroRefs , RefCountMismatch , RefNotFound , HashMismatch } from './repo'
export { Logger } from './Logger'
export { Repo , RefDiff , ZeroRefs , RefCountMismatch , RefNotFound , HashMismatch } from './Repo'


export async function refsDiffer(sourceUrl: string, targetUrl: string): Promise<RefDiff | null> {
Expand Down

0 comments on commit b335e96

Please sign in to comment.