summaryrefslogtreecommitdiff
path: root/src/binaryConverter.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryConverter.js')
-rw-r--r--src/binaryConverter.js2
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