First upload version 0.0.1
This commit is contained in:
5
node_modules/node-llama-cpp/dist/bindings/utils/getPlatformInfo.d.ts
generated
vendored
Normal file
5
node_modules/node-llama-cpp/dist/bindings/utils/getPlatformInfo.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare function getPlatformInfo(): Promise<{
|
||||
name: string;
|
||||
version: string;
|
||||
}>;
|
||||
export type BinaryPlatformInfo = Awaited<ReturnType<typeof getPlatformInfo>>;
|
||||
Reference in New Issue
Block a user