5.2.0-alpha.0 • Published 5 years ago
@xingrz/decompress-tarzst v5.2.0-alpha.0
@xingrz/decompress-tarzst 
@xingrz/decompress .tar.zst plugin.
Install
npm install --save @xingrz/decompress-tarzstUsage
import decompress from '@xingrz/decompress';
import decompressTarzst from '@xingrz/decompress-tarzst';
(async () => {
await decompress('unicorn.tar.zst', 'dist', {
plugins: [
decompressTarzst()
]
});
console.log('Files decompressed');
})();API
decompressTarzst(): (input: Buffer | Readable) => Promise<File[]>
Returns a Promise<File[]>.
input
Type: Buffer or stream.Readable
Buffer or stream to decompress.
License
5.2.0-alpha.0
5 years ago
5.1.0-alpha.3
5 years ago
5.1.0-alpha.2
5 years ago
5.1.0-alpha.1
5 years ago
5.1.0-alpha.0
5 years ago
1.4.0
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago