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