test(bin): batch 32 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:05 +09:00
parent ae6ef6023c
commit 6e110c222c
4 changed files with 90 additions and 3 deletions
+4
View File
@@ -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;