fileUtil.d.ts 243 B

12345678910
  1. /**
  2. * @license
  3. * Copyright 2023 Google Inc.
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /**
  7. * @internal
  8. */
  9. export declare function unpackArchive(archivePath: string, folderPath: string): Promise<void>;
  10. //# sourceMappingURL=fileUtil.d.ts.map