We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6687a1f commit 6064305Copy full SHA for 6064305
src/tabixIndexedFile.ts
@@ -11,6 +11,7 @@ import TBI from './tbi'
11
import CSI from './csi'
12
13
function isASCII(str: string) {
14
+ // eslint-disable-next-line no-control-regex
15
return /^[\u0000-\u007F]*$/.test(str)
16
}
17
0 commit comments