2026-01-01 23:09:06 +00:00
|
|
|
// Re-export everything from ts_shared (browser-compatible)
|
|
|
|
|
export * from '../ts_shared/index.js';
|
2025-11-25 12:32:13 +00:00
|
|
|
|
2026-01-01 23:09:06 +00:00
|
|
|
// Node.js-specific: Main archive class with filesystem support
|
2023-11-06 18:14:21 +01:00
|
|
|
export * from './classes.smartarchive.js';
|
2025-11-25 12:32:13 +00:00
|
|
|
|
2026-01-01 23:09:06 +00:00
|
|
|
// Node.js-specific: Archive analysis with SmartArchive integration
|
2025-11-25 12:32:13 +00:00
|
|
|
export * from './classes.archiveanalyzer.js';
|
2026-01-01 23:09:06 +00:00
|
|
|
|
2026-01-01 23:40:13 +00:00
|
|
|
// Node.js-specific: Extended TarTools with streaming support (overrides shared TarTools)
|
|
|
|
|
export { TarTools, type ITarPackFileOptions } from './classes.tartools.js';
|