UNPKG

@gmod/vcf

Version:

High performance streaming Variant Call Format (VCF) parser in pure JavaScript

7 lines (6 loc) 316 B
export { Variant } from './Variant.ts'; export type { SampleData, SampleValue, Samples } from './Variant.ts'; export type { GenotypeCallback } from './processGenotypes.ts'; export type { InfoValue, MetaField, MetaMap } from './parseInfo.ts'; export { default } from './parse.ts'; export * from './parseBreakend.ts';