fix(utilexports.ts): forgot to remove the deleted feat of option builder

This commit is contained in:
jacoobes
2022-02-21 00:44:52 -06:00
parent 81921937b5
commit 1cff46c0ab

View File

@@ -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 };