Skip to content

Commit

Permalink
fix(utilexports.ts): forgot to remove the deleted feat of option builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes committed Feb 21, 2022
1 parent 8192193 commit 1cff46c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/handler/utilities/utilsExports.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as Preprocessors from './preprocessors/args';
import { Option as OptionBuilder } from './higherOrders';

module.exports = { OptionBuilder, Preprocessors };
export { OptionBuilder, Preprocessors };
module.exports = { Preprocessors };
export { Preprocessors };

0 comments on commit 1cff46c

Please sign in to comment.