Thomas 3 years ago
parent
commit
24fec91793
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -17,4 +17,4 @@ const aligner = (R1, R2, ref, bamOut, opt) => {
     return R1
 }
 
-module.exports = aligner
+export default aligner