mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 15:21:12 +00:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
export function copyBundledPluginMetadata(params?: {
|
|
repoRoot?: string;
|
|
cwd?: string;
|
|
env?: NodeJS.ProcessEnv;
|
|
}): void;
|