Skip to content

Commit

Permalink
fix(type): fix duplicated identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Dec 1, 2021
1 parent a475498 commit 28fe1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { Unraid } from './instance/unraid';
import { Executor } from './instance/executor';

export * from './executors/index';
export * as Executor from './instance/executor';
export * as IExecutor from './instance/executor';
export { Unraid, Executor };

0 comments on commit 28fe1b3

Please sign in to comment.