Skip to main content
Module

std/archive/tar.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/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 Tar.data.

Base interface for TarMeta

Base interface for TarMetaWithLinkName.

Options for Tar.append.