UNPKG

@gmod/bbi

Version:

Parser for BigWig/BigBed files

7 lines (6 loc) 342 B
import './bigint-polyfill/polyfill.ts'; export { BigWig } from './bigwig.ts'; export { BigBed } from './bigbed.ts'; export { parseBigWig } from './parse-bigwig.ts'; export { ArrayFeatureView } from './array-feature-view.ts'; export type { BigWigFeatureArrays, BigWigHeader, Feature, RequestOptions, SummaryFeatureArrays, } from './types.ts';