1.2.2 • Published 2 years ago

@vigneshpa/parse-tar v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.2.2

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago