mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
export function parseDockerPluginKeepList(value: unknown): Set<string>;
|
|
export function pruneDockerPluginDist(params?: {
|
|
cwd?: string;
|
|
repoRoot?: string;
|
|
env?: NodeJS.ProcessEnv;
|
|
}): string[];
|