First upload version 0.0.1
This commit is contained in:
2
node_modules/node-llama-cpp/dist/bindings/utils/getPlatform.d.ts
generated
vendored
Normal file
2
node_modules/node-llama-cpp/dist/bindings/utils/getPlatform.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare function getPlatform(): "aix" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "netbsd" | "win" | "mac";
|
||||
export type BinaryPlatform = ReturnType<typeof getPlatform>;
|
||||
Reference in New Issue
Block a user