Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/compress/zlib/deflate.ts>deflateRaw

compress and uncompress for Deno
Latest
function deflateRaw
import { deflateRaw } from "https://deno.land/x/compress@v0.4.6/zlib/deflate.ts";

Parameters

input: Uint8Array
optional
options: DeflateOptions = [UNSUPPORTED]