refactor: remove module barrels (#24554)
This commit is contained in:
@@ -13,3 +13,5 @@ export async function extractZip(zipPath: string, destDir: string) {
|
||||
|
||||
await Process.run(["unzip", "-o", "-q", zipPath, "-d", destDir])
|
||||
}
|
||||
|
||||
export * as Archive from "./archive"
|
||||
|
||||
Reference in New Issue
Block a user