UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 293 B
export declare function resolveOpenClawPackageRoot(opts: { cwd?: string; argv1?: string; moduleUrl?: string; }): Promise<string | null>; export declare function resolveOpenClawPackageRootSync(opts: { cwd?: string; argv1?: string; moduleUrl?: string; }): string | null;