exporting

This commit is contained in:
jacoobes
2022-01-24 20:55:02 -06:00
parent 3d806b1a89
commit 0f50d5779c

View File

@@ -0,0 +1,4 @@
import { Sern } from "./handler/sern/sern";
exports = Sern;
export default Sern;