Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/mod.ts>tar.uncompress

compress and uncompress for Deno
Go to Latest
function tar.uncompress
import { tar } from "https://deno.land/x/compress@v0.4.8/mod.ts";
const { uncompress } = tar;

Uncompresses a file.

Parameters

src: string
  • Source file path.
dest: string
  • Destination file path.
optional
options: uncompressInterface
  • Optional parameters.

Returns

Promise<void>