File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ export type {
11
11
} from '../src/lib/types' ;
12
12
13
13
export type { ApplyOptions } from '../src/lib/tasks/apply-patch' ;
14
- export type { CheckRepoActions } from '../src/lib/tasks/check-is-repo' ;
15
- export type { CleanOptions , CleanMode } from '../src/lib/tasks/clean' ;
14
+ export { CheckRepoActions } from '../src/lib/tasks/check-is-repo' ;
15
+ export { CleanOptions , CleanMode } from '../src/lib/tasks/clean' ;
16
16
export type { CloneOptions } from '../src/lib/tasks/clone' ;
17
17
export { GitConfigScope } from '../src/lib/tasks/config' ;
18
- export type { GitGrepQuery , grepQueryBuilder } from '../src/lib/tasks/grep' ;
19
- export type { ResetOptions , ResetMode } from '../src/lib/tasks/reset' ;
18
+ export { GitGrepQuery , grepQueryBuilder } from '../src/lib/tasks/grep' ;
19
+ export { ResetOptions , ResetMode } from '../src/lib/tasks/reset' ;
20
20
export type { VersionResult } from '../src/lib/tasks/version' ;
You can’t perform that action at this time.
0 commit comments