UNPKG

@gmod/cram

Version:

read CRAM files with pure Javascript

8 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unzip = unzip; const htscodecs_wasm_ts_1 = require("./htscodecs-wasm.js"); async function unzip(input) { return (0, htscodecs_wasm_ts_1.zlib_uncompress)(input); } //# sourceMappingURL=unzip.js.map