Skip to main content
Module

std/archive/untar.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.213.0/archive/untar.ts";

Classes

Overview

A class to extract from 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

Extend TarMeta with the linkName property so that readers can access symbolic link values without polluting the world of archive writers.