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

x/capi/deps/std/archive.ts>TarEntry

[WIP] A framework for crafting interactions with Substrate chains
Latest
class TarEntry
implements Reader
import { TarEntry } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/archive.ts";

Constructors

new
TarEntry(
meta: TarMeta,
header: TarHeader,
reader: Reader | (Reader & Deno.Seeker),
)

Properties

readonly
consumed: boolean

Methods

read(p: Uint8Array): Promise<number | null>
interface TarEntry
implements TarMeta
import { type TarEntry } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/archive.ts";