Skip to main content
Module

x/compress/deps.ts

compress and uncompress for Deno
Go to Latest
import * as compress from "https://deno.land/x/compress@v0.1.2/deps.ts";

Classes

The EventEmitter class is defined and exposed by the events module:

A class to create a tar archive

A class to extract a tar archive

Functions

Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p. Requires the --allow-read and --allow-write flag.

Ensures that the file exists. If the file that is requested to be created is in directories that do not exist. these directories are created. If the file already exists, it is NOTMODIFIED. Requires the --allow-read and --allow-write flag.