Files
openclaw/scripts/lib/optional-bundled-clusters-types.d.ts
2026-05-02 08:35:43 +01:00

7 lines
193 B
TypeScript

export const optionalBundledClusterSet: Set<string>;
export function shouldBuildBundledCluster(
cluster: string,
env?: NodeJS.ProcessEnv,
options?: { packageJson?: unknown },
): boolean;