mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
fix(utilexports.ts): forgot to remove the deleted feat of option builder
This commit is contained in:
@@ -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 };
|
||||
Reference in New Issue
Block a user