diff --git a/src/handler/utilities/utilsExports.ts b/src/handler/utilities/utilsExports.ts index ab40e523..6c02f528 100644 --- a/src/handler/utilities/utilsExports.ts +++ b/src/handler/utilities/utilsExports.ts @@ -1,5 +1,4 @@ import * as Preprocessors from './preprocessors/args'; -import { Option as OptionBuilder } from './higherOrders'; -module.exports = { OptionBuilder, Preprocessors }; -export { OptionBuilder, Preprocessors }; \ No newline at end of file +module.exports = { Preprocessors }; +export { Preprocessors }; \ No newline at end of file