UNPKG

cmake-ts

Version:

cmake-js rewrite in typescript to support advanced build configurations

2 lines (1 loc) 113 B
export declare function detectLibc(os: typeof process.platform): "musl" | "glibc" | "libc" | "msvc" | "unknown";