diff --git a/src/protocol.ts b/src/protocol.ts index 64a4575..7e40ff5 100644 --- a/src/protocol.ts +++ b/src/protocol.ts @@ -16,3 +16,4 @@ const protocol = Object.freeze({ }) export default protocol +module.exports = protocol diff --git a/src/rcon.ts b/src/rcon.ts index dfc5075..61aa1bd 100644 --- a/src/rcon.ts +++ b/src/rcon.ts @@ -209,3 +209,4 @@ interface RCONOptions { } export default RCON +module.exports = RCON