Thomas 3 vuotta sitten
vanhempi
commit
24fec91793
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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