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

2
dist_ts/index.d.ts vendored
View File

@@ -1,4 +1,4 @@
export * from '../ts_shared/index.js';
export * from './classes.smartarchive.js';
export * from './classes.archiveanalyzer.js';
export { TarTools } from './classes.tartools.js';
export { TarTools, type ITarPackFileOptions } from './classes.tartools.js';