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

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

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

Properties

optional
filePath: string

append file

optional
reader: Reader

append any arbitrary content

optional
contentSize: number

size of the content to be appended