Thomas 4 年 前
コミット
24fec91793
1 ファイル変更1 行追加1 行削除
  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