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

x/compress/interface.ts>compressInterface

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

Configuration interface for compression operations.

Properties

optional
excludeSrc: boolean

Specifies whether to exclude the source directory from the compression. If set to true, the src directory will not be included in the compressed output. By default, the src directory is included.

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.