Module

std/archive/tar.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.223.0/archive/tar.ts";

Classes

Overview

A class to create a tar archive. Tar archives allow for storing multiple files in a single file (called an archive, or sometimes a tarball). These archives typically have the '.tar' extension.

Interfaces

Base interface for TarDataWithSource.

Tar data interface for {@link Tar.data}.

Base interface for TarMeta

Base interface for {@link TarMetaWithLinkName}.

Options for {@link Tar.append}.