UNPKG

@gmod/cram

Version:

read CRAM files with pure Javascript

6 lines (5 loc) 436 B
export declare function r4x8_uncompress(inputBuffer: Uint8Array): Uint8Array<any>; export declare function r4x16_uncompress(inputBuffer: Uint8Array): any; export declare function arith_uncompress(inputBuffer: Uint8Array): Uint8Array<any>; export declare function fqzcomp_uncompress(inputBuffer: Uint8Array): Uint8Array<ArrayBuffer> | undefined; export declare function tok3_uncompress(inputBuffer: Uint8Array): Uint8Array<ArrayBuffer>;