Files
oh-my-openagent/dist/shared/zip-extractor.d.ts
2026-03-14 04:56:50 +00:00

2 lines
89 B
TypeScript

export declare function extractZip(archivePath: string, destDir: string): Promise<void>;