UNPKG

@gmod/bbi

Version:

Parser for BigWig/BigBed files

4 lines (3 loc) 200 B
import type { BigWig } from './bigwig.ts'; import type { Feature, RequestOptions2 } from './types.ts'; export declare function parseBigWig(bigwig: BigWig, opts?: RequestOptions2): Promise<Feature[]>;