UNPKG

apr144-bam

Version:

Parser for BAM and BAM index (bai) files

8 lines (7 loc) 225 B
import IndexFile from './indexFile'; export default class NullIndex extends IndexFile { lineCount(): Promise<any>; protected _parse(): Promise<any>; indexCov(): Promise<any>; blocksForRange(): Promise<any>; }