UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines (7 loc) 237 B
export type BundledSkillsResolveOptions = { argv1?: string; moduleUrl?: string; cwd?: string; execPath?: string; }; export declare function resolveBundledSkillsDir(opts?: BundledSkillsResolveOptions): string | undefined;