diff --git a/src/index.ts b/src/index.ts index 775865c..99d246c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,6 @@ import { Sern } from "./handler/sern/sern"; +import { Utils } from "./handler/utils/preprocessors/args" - -module.exports = Sern; -export default Sern; \ No newline at end of file +module.exports.Sern = Sern; +module.exports.Utils = Utils; +export default { Sern, Utils }; \ No newline at end of file