UNPKG

@gmod/bbi

Version:

Parser for BigWig/BigBed files

13 lines (12 loc) 346 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'