import { zlib_uncompress } from './htscodecs-wasm.ts' export async function unzip(input: Uint8Array): Promise { return zlib_uncompress(input) }