The interface required to provide a directory.
type: "directory"
The type of the input.
optional
options: TarStreamOptions
The metadata of the directory.
Streaming utilities for working with tar archives.
The interface required to provide a directory.
type: "directory"
The type of the input.
options: TarStreamOptions
The metadata of the directory.
Add Package
deno add @std/tar
Import symbol
import { type TarStreamDir } from "@std/tar";
---- OR ----
Import directly with a jsr specifier
import { type TarStreamDir } from "jsr:@std/tar";
Add Package
npx jsr add @std/tar
Import symbol
import { type TarStreamDir } from "@std/tar";
Add Package
yarn dlx jsr add @std/tar
Import symbol
import { type TarStreamDir } from "@std/tar";
Add Package
pnpm dlx jsr add @std/tar
Import symbol
import { type TarStreamDir } from "@std/tar";
Add Package
bunx jsr add @std/tar
Import symbol
import { type TarStreamDir } from "@std/tar";