stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
17
node_modules/@puppeteer/browsers/lib/esm/fileUtil.d.ts
generated
vendored
Normal file
17
node_modules/@puppeteer/browsers/lib/esm/fileUtil.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* @license
|
||||
* Copyright 2023 Google Inc.
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export declare function unpackArchive(archivePath: string, folderPath: string): Promise<void>;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export declare const internalConstantsForTesting: {
|
||||
xz: string;
|
||||
bzip2: string;
|
||||
};
|
||||
//# sourceMappingURL=fileUtil.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue