First upload version 0.0.1
This commit is contained in:
14
node_modules/node-llama-cpp/dist/bindings/utils/logDistroInstallInstruction.d.ts
generated
vendored
Normal file
14
node_modules/node-llama-cpp/dist/bindings/utils/logDistroInstallInstruction.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
type DistroPackages = {
|
||||
linuxPackages?: {
|
||||
apt?: string[];
|
||||
apk?: string[];
|
||||
};
|
||||
macOsPackages?: {
|
||||
brew?: string[];
|
||||
};
|
||||
};
|
||||
export declare function logDistroInstallInstruction(prefixText: string, distroPackages: DistroPackages, { forceLogPrefix }?: {
|
||||
forceLogPrefix?: boolean;
|
||||
}): Promise<void>;
|
||||
export declare function getDistroInstallInstruction({ linuxPackages, macOsPackages }: DistroPackages): Promise<string | null>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user