it-tar

it-tar is a streaming tar parser (and maybe a generator in the future) and nothing else. It operates purely using async iterables which means you can easily extract/parse tarballs without ever hitting the file system.

contentstream

Make a readable stream by input content, content could be `String`, `Buffer`, `Object`, `Number` and so on.