UNPKG

@gmod/cram

Version:

read CRAM files with pure Javascript

2 lines (1 loc) 99 B
export declare function decode(src: Uint8Array, q_lens: any): Uint8Array<ArrayBuffer> | undefined;