Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/bindings/utils/getPlatform.d.ts
2026-02-05 15:27:49 +08:00

3 lines
188 B
TypeScript

export declare function getPlatform(): "aix" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "netbsd" | "win" | "mac";
export type BinaryPlatform = ReturnType<typeof getPlatform>;