Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/interface.ts>uncompressInterface

compress and uncompress for Deno
Latest
interface uncompressInterface
import { type uncompressInterface } from "https://deno.land/x/compress@v0.5.2/interface.ts";

Configuration interface for uncompression (decompression) operations.

Properties

optional
debug: boolean

Specifies whether to enable debug mode. In debug mode, all files and folders being processed will be listed. By default, no such information is displayed.