UNPKG

genomic-reader

Version:

A Typescript library for reading BigWig, BigBed, 2bit, and Bam files. Capable of streaming. For use in the browser or on Node.js.

4 lines (3 loc) 158 B
export { DataLoader, ErrorType } from "./DataLoader"; export { FileDataLoader } from "./FileDataLoader"; export { AxiosDataLoader } from "./AxiosDataLoader";