From 712fc09f9cf2c3a657f5d94cb0748334d9fc587e Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Thu, 8 Feb 2024 19:59:21 -0600 Subject: Initial commit - setup --- src/binaryConverter.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/binaryConverter.js') diff --git a/src/binaryConverter.js b/src/binaryConverter.js index 33cbb9c..1b72877 100644 --- a/src/binaryConverter.js +++ b/src/binaryConverter.js @@ -54,3 +54,5 @@ class BinaryConverter { return this._integer; } }; + +module.exports = BinaryConverter; \ No newline at end of file -- cgit v1.2.3