Skip to main content
Module

x/zstd/mod.ts>decompress

Zstd bindings for the Deno TypeScript/JavaScript runtime
Latest
function decompress
import { decompress } from "https://deno.land/x/zstd@0.5.0/mod.ts";

Decompresses a Uint8Array using the ZSTD algorithm

Parameters

data: Uint8Array

The TypedArray to pass to ZSTD to decompress

Returns

Nullable<Uint8Array>