Skip to content

Commit

Permalink
swapped module.exports for export const
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpartaPT committed May 22, 2024
1 parent 3bac3da commit fec470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ class Mod implements IPreAkiLoadModAsync {
}
}

module.exports = { mod: new Mod() };
export const mod = new Mod();

0 comments on commit fec470f

Please sign in to comment.