test(bin): batch 32 (4 files)
This commit is contained in:
Vendored
+4
@@ -2,6 +2,7 @@ export declare function getPlatformPackage(options: {
|
||||
platform: string;
|
||||
arch: string;
|
||||
libcFamily?: string | null;
|
||||
packageBaseName?: string;
|
||||
}): string;
|
||||
|
||||
export declare function getPlatformPackageCandidates(options: {
|
||||
@@ -9,6 +10,9 @@ export declare function getPlatformPackageCandidates(options: {
|
||||
arch: string;
|
||||
libcFamily?: string | null;
|
||||
preferBaseline?: boolean;
|
||||
packageBaseName?: string;
|
||||
}): string[];
|
||||
|
||||
export declare function getBinaryPath(pkg: string, platform: string): string;
|
||||
|
||||
export declare function resolvePlatformPackageBaseName(wrapperPackageName: string): string;
|
||||
|
||||
Reference in New Issue
Block a user