feat(tartools): add streaming TAR support (tar-stream), Node.js streaming APIs for TarTools, and browser / web bundle docs

This commit is contained in:
2026-01-01 23:40:13 +00:00
parent d97e9c1dce
commit db48fcd455
13 changed files with 456 additions and 96 deletions

View File

@@ -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 };