parse-tar
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i parse-tar

Weekly Downloads

31

Version

1.2.2

License

MIT

Unpacked Size

98.5 kB

Total Files

12

Last publish

Collaborators

  • vigneshpa