Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/archive/tar.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.215.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.