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