Skip to main content

@std/tar@0.1.0
Built and signed on GitHub Actions

Streaming utilities for working with tar archives.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
94%
Published
a week ago (0.1.0)
interface TarStreamDir
Unstable

The interface required to provide a directory.

Properties

type: "directory"

The type of the input.

The path of the directory, relative to the archive's root directory.

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";