Skip to main content
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.177.0/archive/untar.ts";

Parameters

p: Uint8Array

Returns

Promise<number | null>