We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dca6b commit b862659Copy full SHA for b862659
1 file changed
src/index.js
@@ -3,7 +3,6 @@ import { parseMzML } from './mzml/parseMzML';
3
import { parseMzXML } from './mzxml/parseMzXML';
4
5
const decoder = new TextDecoder();
6
-const encoder = new TextEncoder();
7
8
/**
9
* Reads a mzData v1.05 file
0 commit comments