UNPKG

@gmod/bbi

Version:

Parser for BigWig/BigBed files

5 lines (4 loc) 189 B
import './bigint-polyfill/polyfill.ts'; export { BigWig } from './bigwig.ts'; export { BigBed } from './bigbed.ts'; export type { BigWigHeader, Feature, RequestOptions } from './types.ts';