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

5 lines
172 B
TypeScript

import { CommandModule } from "yargs";
type OnPostInstallCommand = null;
export declare const OnPostInstallCommand: CommandModule<object, OnPostInstallCommand>;
export {};