Skip to content

Commit

Permalink
Restore exports
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Sep 3, 2022
1 parent 8cd3c83 commit a998312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simple-git/typings/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export type {
} from '../src/lib/types';

export type { ApplyOptions } from '../src/lib/tasks/apply-patch';
export type { CheckRepoActions } from '../src/lib/tasks/check-is-repo';
export type { CleanOptions, CleanMode } from '../src/lib/tasks/clean';
export { CheckRepoActions } from '../src/lib/tasks/check-is-repo';
export { CleanOptions, CleanMode } from '../src/lib/tasks/clean';
export type { CloneOptions } from '../src/lib/tasks/clone';
export { GitConfigScope } from '../src/lib/tasks/config';
export type { GitGrepQuery, grepQueryBuilder } from '../src/lib/tasks/grep';
export type { ResetOptions, ResetMode } from '../src/lib/tasks/reset';
export { GitGrepQuery, grepQueryBuilder } from '../src/lib/tasks/grep';
export { ResetOptions, ResetMode } from '../src/lib/tasks/reset';
export type { VersionResult } from '../src/lib/tasks/version';

0 comments on commit a998312

Please sign in to comment.