First upload version 0.0.1
This commit is contained in:
13
node_modules/node-llama-cpp/dist/cli/commands/PullCommand.d.ts
generated
vendored
Normal file
13
node_modules/node-llama-cpp/dist/cli/commands/PullCommand.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { CommandModule } from "yargs";
|
||||
type PullCommand = {
|
||||
urls: string[];
|
||||
header?: string[];
|
||||
override: boolean;
|
||||
noProgress: boolean;
|
||||
noTempFile: boolean;
|
||||
directory: string;
|
||||
filename?: string;
|
||||
parallel?: number;
|
||||
};
|
||||
export declare const PullCommand: CommandModule<object, PullCommand>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user