Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/archive/untar.ts>TarEntry#read

Deno standard library
Go to Latest
method TarEntry.prototype.read
import { TarEntry } from "https://deno.land/std@0.170.0/archive/untar.ts";

Parameters

p: Uint8Array

Returns

Promise<number | null>