diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2024-02-08 19:59:21 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2024-02-08 19:59:21 -0600 |
commit | 712fc09f9cf2c3a657f5d94cb0748334d9fc587e (patch) | |
tree | 43ceaca4c274528d96ad3ced50845a0946827b68 /src/binaryConverter.js | |
parent | 62993dd59bbbfcdb07dbb5836d359fad6334f23e (diff) |
Initial commit - setup
Diffstat (limited to 'src/binaryConverter.js')
-rw-r--r-- | src/binaryConverter.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 |