mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
fixed export errors
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Sern } from "./handler/sern/sern";
|
||||
import { Utils } from "./handler/utils/preprocessors/args"
|
||||
|
||||
module.exports.Sern = Sern;
|
||||
module.exports.Utils = Utils;
|
||||
export default { Sern, Utils };
|
||||
module.exports = { Sern, Utils };
|
||||
export { Sern, Utils };
|
||||
Reference in New Issue
Block a user