feat(tartools): add streaming TAR support (tar-stream), Node.js streaming APIs for TarTools, and browser / web bundle docs
This commit is contained in:
@@ -47,3 +47,7 @@ export {
|
||||
smartrx,
|
||||
smarturl,
|
||||
};
|
||||
|
||||
// Node.js-specific: tar-stream for true streaming TAR support
|
||||
import * as tarStream from 'tar-stream';
|
||||
export { tarStream };
|
||||
|
||||
Reference in New Issue
Block a user