vigneshpa / parse-tar

A JS/TS library to parse tar files (untar)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse Tar

A simple TypeScript/JavaScript program to untar files from a tarball.

Streaming untar is planned.


Documentation

This module exports the parseTar function which accepts a tar file as Blob, ArrayBuffer or any ArrayBufferLike objects.

This function will return a promise of array of parsed TarFiles.

TarFile is a TypeScript class which holds all the information of a file

About

A JS/TS library to parse tar files (untar)

License:MIT License


Languages

Language:TypeScript 97.4%Language:HTML 2.6%