feat(tartools): add streaming TAR support (tar-stream), Node.js streaming APIs for TarTools, and browser / web bundle docs
This commit is contained in:
@@ -7,5 +7,5 @@ export * from './classes.smartarchive.js';
|
||||
// Node.js-specific: Archive analysis with SmartArchive integration
|
||||
export * from './classes.archiveanalyzer.js';
|
||||
|
||||
// Node.js-specific: Extended TarTools with filesystem support (overrides shared TarTools)
|
||||
export { TarTools } from './classes.tartools.js';
|
||||
// Node.js-specific: Extended TarTools with streaming support (overrides shared TarTools)
|
||||
export { TarTools, type ITarPackFileOptions } from './classes.tartools.js';
|
||||
|
||||
Reference in New Issue
Block a user