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

x/ayonli_jsext/archive.ts>Tarball#constructEntry

A JavaScript extension package for building strong and modern applications.
Latest
method Tarball.prototype.constructEntry
Re-export
import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/archive.ts";

Parameters

relativePath: string
data:
| string
| ArrayBuffer
| ArrayBufferView
| ReadableStream<Uint8Array>
| Blob
| null
info: Partial<Omit<TarEntry, "relativePath">>

Returns

TarEntryWithData