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)

default

Streaming utilities for working with tar archives.

f
assertValidPath

Asserts that the path provided is valid for a TarStream.

f
assertValidTarStreamOptions

Asserts that the options provided are valid for a TarStream.

I
OldStyleFormat

The original tar archive header format.

I
PosixUstarFormat

The POSIX ustar archive header format.

c
TarStream

Overview

I
TarStreamDir

The interface required to provide a directory.

I
TarStreamEntry

The structure of an entry extracted from a Tar archive.

I
TarStreamFile

The interface required to provide a file.

T
TarStreamInput

A union type merging all the TarStream interfaces that can be piped into theTarStream class.

I
TarStreamOptions

The options that can go along with a file or directory.

c
UntarStream

Overview

f
assertValidPath

Asserts that the path provided is valid for a TarStream.

f
assertValidTarStreamOptions

Asserts that the options provided are valid for a TarStream.

c
TarStream

Overview

I
TarStreamDir

The interface required to provide a directory.

I
TarStreamFile

The interface required to provide a file.

T
TarStreamInput

A union type merging all the TarStream interfaces that can be piped into theTarStream class.

I
TarStreamOptions

The options that can go along with a file or directory.

I
OldStyleFormat

The original tar archive header format.

I
PosixUstarFormat

The POSIX ustar archive header format.

I
TarStreamEntry

The structure of an entry extracted from a Tar archive.

c
UntarStream

Overview