mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
8 lines
278 B
TypeScript
8 lines
278 B
TypeScript
export { default as ArchiveType } from "./ArchiveType";
|
|
|
|
export { default as ArchiveFactory } from "./ArchiveFactory";
|
|
export { default as Archive } from "./Archive";
|
|
|
|
export { default as ZipArchive } from "./ZipArchive";
|
|
export { default as GzipArchive } from "./GzipArchive";
|