We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6818099 commit f116c9fCopy full SHA for f116c9f
bitarray.js
@@ -40,4 +40,5 @@ BitArray.prototype.toString = function(){
40
return string.split('').reverse().join('').slice(0,this.size);
41
}
42
43
-module.exports = BitArray;
+if (typeof module != 'undefined')
44
+ module.exports = BitArray;
0 commit comments