5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import { BinaryPlatform } from "./getPlatform.js";
|
|
export declare function detectGlibc({ platform }: {
|
|
platform: BinaryPlatform;
|
|
}): Promise<boolean>;
|